#662D26

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

Shades of Pueblo #662D26

Tints of Pueblo #662D26

Color information

#662D26 (or 0x662D26) is unknown color: approx Pueblo. HEX triplet: 66, 2D and 26. RGB value is (102,45,38). Sum of RGB (Red+Green+Blue) = 102+45+38=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D26 is #99D2D9. Grayscale: #3D3D3D. Windows color (decimal): -10080986 or 2501990. OLE color: 2501990.

HSL color Cylindrical-coordinate representation of color #662D26: hue angle of 6.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662D26 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1024538-
CMYK00.560.630.6
HSL6.56º45.71%27.45%-
HSV(B)6.56º62.75%40%-
XYZ6.774.842.41-
YUV61.24114.88157.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=55.14%
G=24.32%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102453800.560.630.66.5645.7127.45
Hex662D260383F3C72e1b
Octal1465546070777475633
Binary1100110101101100110011100011111111110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D26; }

 p { color: rgb(102,45,38); }

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

<style>
 a { background-color: #662D26; }

 a { background-color: rgb(102,45,38); }

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

<style>
 span { border-color: #662D26; }

 span { border-color: rgb(102,45,38); }

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