#663829

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

Shades of Hairy Heath #663829

Tints of Hairy Heath #663829

Color information

#663829 (or 0x663829) is unknown color: approx Hairy Heath. HEX triplet: 66, 38 and 29. RGB value is (102,56,41). Sum of RGB (Red+Green+Blue) = 102+56+41=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663829 is #99C7D6. Grayscale: #444444. Windows color (decimal): -10078167 or 2701414. OLE color: 2701414.

HSL color Cylindrical-coordinate representation of color #663829: hue angle of 14.75º 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 #663829 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1025641-
CMYK00.450.600.6
HSL14.75º42.66%28.04%-
HSV(B)14.75º59.8%40%-
XYZ7.295.812.84-
YUV68.04112.74152.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=51.26%
G=28.14%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102564100.450.600.614.7542.6628.04
Hex66382902D3C3Cf2b1c
Octal14670510557474175334
Binary11001101110001010010101101111100111100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663829; }

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

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

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

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

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

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

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

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