#662C25

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

Shades of Pueblo #662C25

Tints of Pueblo #662C25

Color information

#662C25 (or 0x662C25) is unknown color: approx Pueblo. HEX triplet: 66, 2C and 25. RGB value is (102,44,37). Sum of RGB (Red+Green+Blue) = 102+44+37=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #662C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C25 is #99D3DA. Grayscale: #3C3C3C. Windows color (decimal): -10081243 or 2436198. OLE color: 2436198.

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

Color convert

RGB1024437-
CMYK00.570.640.6
HSL6.46º46.76%27.25%-
HSV(B)6.46º63.73%40%-
XYZ6.714.762.32-
YUV60.54114.72157.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=55.74%
G=24.04%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102443700.570.640.66.4646.7627.25
Hex662C25039403C62f1b
Octal14654450711007465733
Binary11001101011001001010111001100000011110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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