#653C14

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

Shades of Dark Brown #653C14

Tints of Dark Brown #653C14

Color information

#653C14 (or 0x653C14) is unknown color: approx Dark Brown. HEX triplet: 65, 3C and 14. RGB value is (101,60,20). Sum of RGB (Red+Green+Blue) = 101+60+20=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #653C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C14 is #9AC3EB. Grayscale: #434343. Windows color (decimal): -10142700 or 1326181. OLE color: 1326181.

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

Color convert

RGB1016020-
CMYK00.410.800.60
HSL29.63º66.94%23.73%-
HSV(B)29.63º80.2%39.61%-
XYZ7.116.051.45-
YUV67.7101.08151.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=55.80%
G=33.15%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101602000.410.800.6029.6366.9423.73
Hex653C14029503C1e4318
Octal1457424051120743610330
Binary1100101111100101000101001101000011110011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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