#653E1F

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

Shades of Dark Brown #653E1F

Tints of Dark Brown #653E1F

Color information

#653E1F (or 0x653E1F) is unknown color: approx Dark Brown. HEX triplet: 65, 3E and 1F. RGB value is (101,62,31). Sum of RGB (Red+Green+Blue) = 101+62+31=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #653E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E1F is #9AC1E0. Grayscale: #464646. Windows color (decimal): -10142177 or 2047589. OLE color: 2047589.

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

Color convert

RGB1016231-
CMYK00.390.690.60
HSL26.57º53.03%25.88%-
HSV(B)26.57º69.31%39.61%-
XYZ7.346.312.13-
YUV70.13105.92150.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=52.06%
G=31.96%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101623100.390.690.6026.5753.0325.88
Hex653E1F027453C1b351a
Octal145763704710574336532
Binary110010111111011111010011110001011111001101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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