#663B2A

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

Shades of Hairy Heath #663B2A

Tints of Hairy Heath #663B2A

Color information

#663B2A (or 0x663B2A) is unknown color: approx Hairy Heath. HEX triplet: 66, 3B and 2A. RGB value is (102,59,42). Sum of RGB (Red+Green+Blue) = 102+59+42=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B2A is #99C4D5. Grayscale: #464646. Windows color (decimal): -10077398 or 2767718. OLE color: 2767718.

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

Color convert

RGB1025942-
CMYK00.420.590.6
HSL17º41.67%28.24%-
HSV(B)17º58.82%40%-
XYZ7.466.122.98-
YUV69.92112.25150.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=50.25%
G=29.06%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102594200.420.590.61741.6728.24
Hex663B2A02A3B3C112a1c
Octal14673520527374215234
Binary110011011101110101001010101110111111001000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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