#663728

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

Shades of Hairy Heath #663728

Tints of Hairy Heath #663728

Color information

#663728 (or 0x663728) is unknown color: approx Hairy Heath. HEX triplet: 66, 37 and 28. RGB value is (102,55,40). Sum of RGB (Red+Green+Blue) = 102+55+40=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #663728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663728 is #99C8D7. Grayscale: #434343. Windows color (decimal): -10078424 or 2635622. OLE color: 2635622.

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

Color convert

RGB1025540-
CMYK00.460.610.6
HSL14.52º43.66%27.84%-
HSV(B)14.52º60.78%40%-
XYZ7.235.712.73-
YUV67.34112.57152.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=51.78%
G=27.92%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102554000.460.610.614.5243.6627.84
Hex66372802E3D3Cf2c1c
Octal14667500567574175434
Binary11001101101111010000101110111101111100111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663728; }

 p { color: rgb(102,55,40); }

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

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

 a { background-color: rgb(102,55,40); }

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

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

 span { border-color: rgb(102,55,40); }

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