#653C1D

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

Shades of Dark Brown #653C1D

Tints of Dark Brown #653C1D

Color information

#653C1D (or 0x653C1D) is unknown color: approx Dark Brown. HEX triplet: 65, 3C and 1D. RGB value is (101,60,29). Sum of RGB (Red+Green+Blue) = 101+60+29=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C1D is #9AC3E2. Grayscale: #444444. Windows color (decimal): -10142691 or 1916005. OLE color: 1916005.

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

Color convert

RGB1016029-
CMYK00.410.710.60
HSL25.83º55.38%25.49%-
HSV(B)25.83º71.29%39.61%-
XYZ7.26.091.96-
YUV68.72105.58151.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=53.16%
G=31.58%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101602900.410.710.6025.8355.3825.49
Hex653C1D029473C1a3719
Octal145743505110774326731
Binary110010111110011101010100110001111111001101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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