#662D22

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

Shades of Pueblo #662D22

Tints of Pueblo #662D22

Color information

#662D22 (or 0x662D22) is unknown color: approx Pueblo. HEX triplet: 66, 2D and 22. RGB value is (102,45,34). Sum of RGB (Red+Green+Blue) = 102+45+34=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #662D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D22 is #99D2DD. Grayscale: #3C3C3C. Windows color (decimal): -10080990 or 2239846. OLE color: 2239846.

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

Color convert

RGB1024534-
CMYK00.560.670.6
HSL9.71º50%26.67%-
HSV(B)9.71º66.67%40%-
XYZ6.714.822.09-
YUV60.79112.88157.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=56.35%
G=24.86%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102453400.560.670.69.715026.67
Hex662D22038433Ca321b
Octal146554207010374126233
Binary110011010110110001001110001000011111100101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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