#653B2A

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

Shades of Hairy Heath #653B2A

Tints of Hairy Heath #653B2A

Color information

#653B2A (or 0x653B2A) is unknown color: approx Hairy Heath. HEX triplet: 65, 3B and 2A. RGB value is (101,59,42). Sum of RGB (Red+Green+Blue) = 101+59+42=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #653B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B2A is #9AC4D5. Grayscale: #454545. Windows color (decimal): -10142934 or 2767717. OLE color: 2767717.

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

Color convert

RGB1015942-
CMYK00.420.580.60
HSL17.29º41.26%28.04%-
HSV(B)17.29º58.42%39.61%-
XYZ7.356.062.97-
YUV69.62112.41150.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 29.21%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=50%
G=29.21%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101594200.420.580.6017.2941.2628.04
Hex653B2A02A3A3C11291c
Octal14573520527274215134
Binary110010111101110101001010101110101111001000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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