#663A28

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

Shades of Hairy Heath #663A28

Tints of Hairy Heath #663A28

Color information

#663A28 (or 0x663A28) is unknown color: approx Hairy Heath. HEX triplet: 66, 3A and 28. RGB value is (102,58,40). Sum of RGB (Red+Green+Blue) = 102+58+40=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #663A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A28 is #99C5D7. Grayscale: #454545. Windows color (decimal): -10077656 or 2636390. OLE color: 2636390.

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

Color convert

RGB1025840-
CMYK00.430.610.6
HSL17.42º43.66%27.84%-
HSV(B)17.42º60.78%40%-
XYZ7.3862.78-
YUV69.1111.58151.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 40 (16.02% from 255) = 20%
R=51%
G=29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102584000.430.610.617.4243.6627.84
Hex663A2802B3D3C112c1c
Octal14672500537574215434
Binary110011011101010100001010111111011111001000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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