#663324

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

Shades of Hairy Heath #663324

Tints of Hairy Heath #663324

Color information

#663324 (or 0x663324) is unknown color: approx Hairy Heath. HEX triplet: 66, 33 and 24. RGB value is (102,51,36). Sum of RGB (Red+Green+Blue) = 102+51+36=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663324 is #99CCDB. Grayscale: #404040. Windows color (decimal): -10079452 or 2372454. OLE color: 2372454.

HSL color Cylindrical-coordinate representation of color #663324: hue angle of 13.64º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663324 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1025136-
CMYK00.50.650.6
HSL13.64º47.83%27.06%-
HSV(B)13.64º64.71%40%-
XYZ6.985.322.33-
YUV64.54111.9154.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=53.97%
G=26.98%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102513600.50.650.613.6447.8327.06
Hex663324032413Ce301b
Octal146634406210174166033
Binary110011011001110010001100101000001111100111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663324; }

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

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

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

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

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

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

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

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