#653327

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

Shades of Hairy Heath #653327

Tints of Hairy Heath #653327

Color information

#653327 (or 0x653327) is unknown color: approx Hairy Heath. HEX triplet: 65, 33 and 27. RGB value is (101,51,39). Sum of RGB (Red+Green+Blue) = 101+51+39=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #653327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653327 is #9ACCD8. Grayscale: #404040. Windows color (decimal): -10144985 or 2569061. OLE color: 2569061.

HSL color Cylindrical-coordinate representation of color #653327: hue angle of 11.61º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653327 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1015139-
CMYK00.500.610.60
HSL11.61º44.29%27.45%-
HSV(B)11.61º61.39%39.61%-
XYZ6.925.282.57-
YUV64.58113.56153.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.88%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=52.88%
G=26.70%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101513900.500.610.6011.6144.2927.45
Hex6533270323D3Cc2c1b
Octal14563470627574145433
Binary11001011100111001110110010111101111100110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653327; }

 p { color: rgb(101,51,39); }

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

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

 a { background-color: rgb(101,51,39); }

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

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

 span { border-color: rgb(101,51,39); }

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