#653B2B

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

Shades of Hairy Heath #653B2B

Tints of Hairy Heath #653B2B

Color information

#653B2B (or 0x653B2B) is unknown color: approx Hairy Heath. HEX triplet: 65, 3B and 2B. RGB value is (101,59,43). Sum of RGB (Red+Green+Blue) = 101+59+43=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #653B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B2B is #9AC4D4. Grayscale: #454545. Windows color (decimal): -10142933 or 2833253. OLE color: 2833253.

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

Color convert

RGB1015943-
CMYK00.420.570.60
HSL16.55º40.28%28.24%-
HSV(B)16.55º57.43%39.61%-
XYZ7.376.073.07-
YUV69.73112.91150.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=49.75%
G=29.06%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101594300.420.570.6016.5540.2828.24
Hex653B2B02A393C11281c
Octal14573530527174215034
Binary110010111101110101101010101110011111001000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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