#663B2B

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

Shades of Hairy Heath #663B2B

Tints of Hairy Heath #663B2B

Color information

#663B2B (or 0x663B2B) is unknown color: approx Hairy Heath. HEX triplet: 66, 3B and 2B. RGB value is (102,59,43). Sum of RGB (Red+Green+Blue) = 102+59+43=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B2B is #99C4D4. Grayscale: #464646. Windows color (decimal): -10077397 or 2833254. OLE color: 2833254.

HSL color Cylindrical-coordinate representation of color #663B2B: hue angle of 16.27º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663B2B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1025943-
CMYK00.420.580.6
HSL16.27º40.69%28.43%-
HSV(B)16.27º57.84%40%-
XYZ7.486.133.07-
YUV70.03112.75150.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=50%
G=28.92%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102594300.420.580.616.2740.6928.43
Hex663B2B02A3A3C10291c
Octal14673530527274205134
Binary110011011101110101101010101110101111001000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663B2B; }

 p { color: rgb(102,59,43); }

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

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

 a { background-color: rgb(102,59,43); }

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

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

 span { border-color: rgb(102,59,43); }

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