#653E20

Color #653E20 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #653E20

Tints of Dark Brown #653E20

Color information

#653E20 (or 0x653E20) is unknown color: approx Dark Brown. HEX triplet: 65, 3E and 20. RGB value is (101,62,32). Sum of RGB (Red+Green+Blue) = 101+62+32=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #653E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E20 is #9AC1DF. Grayscale: #464646. Windows color (decimal): -10142176 or 2113125. OLE color: 2113125.

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

Color convert

RGB1016232-
CMYK00.390.680.60
HSL26.09º51.88%26.08%-
HSV(B)26.09º68.32%39.61%-
XYZ7.356.322.2-
YUV70.24106.42149.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=51.79%
G=31.79%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101623200.390.680.6026.0951.8826.08
Hex653E20027443C1a341a
Octal145764004710474326432
Binary1100101111110100000010011110001001111001101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,62,32); }

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

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

 a { background-color: rgb(101,62,32); }

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

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

 span { border-color: rgb(101,62,32); }

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