#653E1D

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

Shades of Dark Brown #653E1D

Tints of Dark Brown #653E1D

Color information

#653E1D (or 0x653E1D) is unknown color: approx Dark Brown. HEX triplet: 65, 3E and 1D. RGB value is (101,62,29). Sum of RGB (Red+Green+Blue) = 101+62+29=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #653E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E1D is #9AC1E2. Grayscale: #464646. Windows color (decimal): -10142179 or 1916517. OLE color: 1916517.

HSL color Cylindrical-coordinate representation of color #653E1D: hue angle of 27.5º 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 #653E1D is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1016229-
CMYK00.390.710.60
HSL27.5º55.38%25.49%-
HSV(B)27.5º71.29%39.61%-
XYZ7.316.31.99-
YUV69.9104.92150.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.60%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=52.60%
G=32.29%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101622900.390.710.6027.555.3825.49
Hex653E1D027473C1c3719
Octal145763504710774346731
Binary110010111111011101010011110001111111001110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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