#663427

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

Shades of Hairy Heath #663427

Tints of Hairy Heath #663427

Color information

#663427 (or 0x663427) is unknown color: approx Hairy Heath. HEX triplet: 66, 34 and 27. RGB value is (102,52,39). Sum of RGB (Red+Green+Blue) = 102+52+39=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #663427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663427 is #99CBD8. Grayscale: #414141. Windows color (decimal): -10079193 or 2569318. OLE color: 2569318.

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

Color convert

RGB1025239-
CMYK00.490.620.6
HSL12.38º44.68%27.65%-
HSV(B)12.38º61.76%40%-
XYZ7.075.432.59-
YUV65.47113.06154.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=52.85%
G=26.94%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102523900.490.620.612.3844.6827.65
Hex6634270313E3Cc2d1c
Octal14664470617674145534
Binary11001101101001001110110001111110111100110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663427; }

 p { color: rgb(102,52,39); }

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

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

 a { background-color: rgb(102,52,39); }

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

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

 span { border-color: rgb(102,52,39); }

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