#663328

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

Shades of Hairy Heath #663328

Tints of Hairy Heath #663328

Color information

#663328 (or 0x663328) is unknown color: approx Hairy Heath. HEX triplet: 66, 33 and 28. RGB value is (102,51,40). Sum of RGB (Red+Green+Blue) = 102+51+40=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #663328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663328 is #99CCD7. Grayscale: #414141. Windows color (decimal): -10079448 or 2634598. OLE color: 2634598.

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

Color convert

RGB1025140-
CMYK00.50.610.6
HSL10.65º43.66%27.84%-
HSV(B)10.65º60.78%40%-
XYZ7.055.352.67-
YUV64.99113.9154.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=52.85%
G=26.42%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102514000.50.610.610.6543.6627.84
Hex6633280323D3Cb2c1c
Octal14663500627574135434
Binary11001101100111010000110010111101111100101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663328; }

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

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

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

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

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

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

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

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