#652D21

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

Shades of Hairy Heath #652D21

Tints of Hairy Heath #652D21

Color information

#652D21 (or 0x652D21) is unknown color: approx Hairy Heath. HEX triplet: 65, 2D and 21. RGB value is (101,45,33). Sum of RGB (Red+Green+Blue) = 101+45+33=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #652D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D21 is #9AD2DE. Grayscale: #3C3C3C. Windows color (decimal): -10146527 or 2174309. OLE color: 2174309.

HSL color Cylindrical-coordinate representation of color #652D21: hue angle of 10.59º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652D21 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB1014533-
CMYK00.550.670.60
HSL10.59º50.75%26.27%-
HSV(B)10.59º67.33%39.61%-
XYZ6.584.752.01-
YUV60.38112.55156.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.42%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=56.42%
G=25.14%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101453300.550.670.6010.5950.7526.27
Hex652D21037433Cb331a
Octal145554106710374136332
Binary110010110110110000101101111000011111100101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652D21; }

 p { color: rgb(101,45,33); }

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

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

 a { background-color: rgb(101,45,33); }

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

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

 span { border-color: rgb(101,45,33); }

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