#663129

Color #663129 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #663129

Tints of Hairy Heath #663129

Color information

#663129 (or 0x663129) is unknown color: approx Hairy Heath. HEX triplet: 66, 31 and 29. RGB value is (102,49,41). Sum of RGB (Red+Green+Blue) = 102+49+41=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663129 is #99CED6. Grayscale: #404040. Windows color (decimal): -10079959 or 2699622. OLE color: 2699622.

HSL color Cylindrical-coordinate representation of color #663129: hue angle of 7.87º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #663129 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1024941-
CMYK00.520.600.6
HSL7.87º42.66%28.04%-
HSV(B)7.87º59.8%40%-
XYZ6.985.182.73-
YUV63.93115.06155.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=53.12%
G=25.52%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102494100.520.600.67.8742.6628.04
Hex6631290343C3C82b1c
Octal14661510647474105334
Binary11001101100011010010110100111100111100100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663129; }

 p { color: rgb(102,49,41); }

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

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

 a { background-color: rgb(102,49,41); }

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

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

 span { border-color: rgb(102,49,41); }

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