#653C16

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

Shades of Dark Brown #653C16

Tints of Dark Brown #653C16

Color information

#653C16 (or 0x653C16) is unknown color: approx Dark Brown. HEX triplet: 65, 3C and 16. RGB value is (101,60,22). Sum of RGB (Red+Green+Blue) = 101+60+22=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #653C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C16 is #9AC3E9. Grayscale: #444444. Windows color (decimal): -10142698 or 1457253. OLE color: 1457253.

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

Color convert

RGB1016022-
CMYK00.410.780.60
HSL28.86º64.23%24.12%-
HSV(B)28.86º78.22%39.61%-
XYZ7.136.061.55-
YUV67.93102.08151.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=55.19%
G=32.79%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101602200.410.780.6028.8664.2324.12
Hex653C160294E3C1d4018
Octal1457426051116743510030
Binary1100101111100101100101001100111011110011101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,60,22); }

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

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

 a { background-color: rgb(101,60,22); }

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

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

 span { border-color: rgb(101,60,22); }

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