#663329

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

Shades of Hairy Heath #663329

Tints of Hairy Heath #663329

Color information

#663329 (or 0x663329) is unknown color: approx Hairy Heath. HEX triplet: 66, 33 and 29. RGB value is (102,51,41). Sum of RGB (Red+Green+Blue) = 102+51+41=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #663329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663329 is #99CCD6. Grayscale: #414141. Windows color (decimal): -10079447 or 2700134. OLE color: 2700134.

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

Color convert

RGB1025141-
CMYK00.50.600.6
HSL9.84º42.66%28.04%-
HSV(B)9.84º59.8%40%-
XYZ7.065.352.76-
YUV65.11114.4154.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=52.58%
G=26.29%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102514100.50.600.69.8442.6628.04
Hex6633290323C3Ca2b1c
Octal14663510627474125334
Binary11001101100111010010110010111100111100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663329; }

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

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

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

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

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

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

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

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