#6B281A

Color #6B281A Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6B281A

Tints of Pueblo #6B281A

Color information

#6B281A (or 0x6B281A) is unknown color: approx Pueblo. HEX triplet: 6B, 28 and 1A. RGB value is (107,40,26). Sum of RGB (Red+Green+Blue) = 107+40+26=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B281A is #94D7E5. Grayscale: #3A3A3A. Windows color (decimal): -9754598 or 1714283. OLE color: 1714283.

HSL color Cylindrical-coordinate representation of color #6B281A: hue angle of 10.37º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B281A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1074026-
CMYK00.630.760.58
HSL10.37º60.9%26.08%-
HSV(B)10.37º75.7%41.96%-
XYZ7.014.721.52-
YUV58.44109.7162.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 61.85%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=61.85%
G=23.12%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107402600.630.760.5810.3760.926.08
Hex6B281A03F4C3Aa3d1a
Octal153503207711472127532
Binary11010111010001101001111111001100111010101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B281A; }

 p { color: rgb(107,40,26); }

 H1.HeaderClassName
 {
   color: #6B281A;
 }
 .AnyTagClassName
 {
   color: #6B281A;
 }
</style>
background-color css

<style>
 a { background-color: #6B281A; }

 a { background-color: rgb(107,40,26); }

 div.DivClassName
 {
   background-color: #6B281A;
 }
 .BgClassName
 {
   background-color: #6B281A;
 }
</style>
border-color css

<style>
 span { border-color: #6B281A; }

 span { border-color: rgb(107,40,26); }

 td.TdClassName
 {
   border-color: #6B281A;
 }
 .TagClassName
 {
   border-color: #6B281A;
 }
</style>