#653221

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

Shades of Hairy Heath #653221

Tints of Hairy Heath #653221

Color information

#653221 (or 0x653221) is unknown color: approx Hairy Heath. HEX triplet: 65, 32 and 21. RGB value is (101,50,33). Sum of RGB (Red+Green+Blue) = 101+50+33=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #653221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653221 is #9ACDDE. Grayscale: #3F3F3F. Windows color (decimal): -10145247 or 2175589. OLE color: 2175589.

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

Color convert

RGB1015033-
CMYK00.500.670.60
HSL15º50.75%26.27%-
HSV(B)15º67.33%39.61%-
XYZ6.785.162.08-
YUV63.31110.9154.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.89%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=54.89%
G=27.17%
B=17.93%

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
Decimal101503300.500.670.601550.7526.27
Hex653221032433Cf331a
Octal145624106210374176332
Binary110010111001010000101100101000011111100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653221; }

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

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

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

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

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

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

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

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