#663A2B

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

Shades of Hairy Heath #663A2B

Tints of Hairy Heath #663A2B

Color information

#663A2B (or 0x663A2B) is unknown color: approx Hairy Heath. HEX triplet: 66, 3A and 2B. RGB value is (102,58,43). Sum of RGB (Red+Green+Blue) = 102+58+43=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A2B is #99C5D4. Grayscale: #454545. Windows color (decimal): -10077653 or 2832998. OLE color: 2832998.

HSL color Cylindrical-coordinate representation of color #663A2B: hue angle of 15.25º 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 #663A2B is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1025843-
CMYK00.430.580.6
HSL15.25º40.69%28.43%-
HSV(B)15.25º57.84%40%-
XYZ7.436.033.06-
YUV69.45113.08151.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=50.25%
G=28.57%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102584300.430.580.615.2540.6928.43
Hex663A2B02B3A3Cf291c
Octal14672530537274175134
Binary11001101110101010110101011111010111100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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