#662C21

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

Shades of Pueblo #662C21

Tints of Pueblo #662C21

Color information

#662C21 (or 0x662C21) is unknown color: approx Pueblo. HEX triplet: 66, 2C and 21. RGB value is (102,44,33). Sum of RGB (Red+Green+Blue) = 102+44+33=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #662C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C21 is #99D3DE. Grayscale: #3C3C3C. Windows color (decimal): -10081247 or 2174054. OLE color: 2174054.

HSL color Cylindrical-coordinate representation of color #662C21: hue angle of 9.57º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662C21 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1024433-
CMYK00.570.680.6
HSL9.57º51.11%26.47%-
HSV(B)9.57º67.65%40%-
XYZ6.654.742-
YUV60.09112.72157.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=56.98%
G=24.58%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102443300.570.680.69.5751.1126.47
Hex662C21039443Ca331a
Octal146544107110474126332
Binary110011010110010000101110011000100111100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,44,33); }

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

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

 a { background-color: rgb(102,44,33); }

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

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

 span { border-color: rgb(102,44,33); }

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