#653321

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

Shades of Hairy Heath #653321

Tints of Hairy Heath #653321

Color information

#653321 (or 0x653321) is unknown color: approx Hairy Heath. HEX triplet: 65, 33 and 21. RGB value is (101,51,33). Sum of RGB (Red+Green+Blue) = 101+51+33=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #653321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653321 is #9ACCDE. Grayscale: #404040. Windows color (decimal): -10144991 or 2175845. OLE color: 2175845.

HSL color Cylindrical-coordinate representation of color #653321: hue angle of 15.88º 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 #653321 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB1015133-
CMYK00.500.670.60
HSL15.88º50.75%26.27%-
HSV(B)15.88º67.33%39.61%-
XYZ6.835.242.09-
YUV63.9110.56154.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=54.59%
G=27.57%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101513300.500.670.6015.8850.7526.27
Hex653321032433C10331a
Octal145634106210374206332
Binary1100101110011100001011001010000111111001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653321; }

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

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

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

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

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

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

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

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