#653B2C

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

Shades of Hairy Heath #653B2C

Tints of Hairy Heath #653B2C

Color information

#653B2C (or 0x653B2C) is unknown color: approx Hairy Heath. HEX triplet: 65, 3B and 2C. RGB value is (101,59,44). Sum of RGB (Red+Green+Blue) = 101+59+44=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #653B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B2C is #9AC4D3. Grayscale: #454545. Windows color (decimal): -10142932 or 2898789. OLE color: 2898789.

HSL color Cylindrical-coordinate representation of color #653B2C: hue angle of 15.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653B2C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1015944-
CMYK00.420.560.60
HSL15.79º39.31%28.43%-
HSV(B)15.79º56.44%39.61%-
XYZ7.396.083.17-
YUV69.85113.41150.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=49.51%
G=28.92%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101594400.420.560.6015.7939.3128.43
Hex653B2C02A383C10271c
Octal14573540527074204734
Binary110010111101110110001010101110001111001000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653B2C; }

 p { color: rgb(101,59,44); }

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

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

 a { background-color: rgb(101,59,44); }

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

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

 span { border-color: rgb(101,59,44); }

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