#613E20

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

Shades of Dark Brown #613E20

Tints of Dark Brown #613E20

Color information

#613E20 (or 0x613E20) is unknown color: approx Dark Brown. HEX triplet: 61, 3E and 20. RGB value is (97,62,32). Sum of RGB (Red+Green+Blue) = 97+62+32=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #613E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E20 is #9EC1DF. Grayscale: #454545. Windows color (decimal): -10404320 or 2113121. OLE color: 2113121.

HSL color Cylindrical-coordinate representation of color #613E20: hue angle of 27.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613E20 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB976232-
CMYK00.360.670.62
HSL27.69º50.39%25.29%-
HSV(B)27.69º67.01%38.04%-
XYZ6.916.092.18-
YUV69.04107.1147.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=50.79%
G=32.46%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97623200.360.670.6227.6950.3925.29
Hex613E20024433E1c3219
Octal141764004410376346231
Binary1100001111110100000010010010000111111101110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613E20; }

 p { color: rgb(97,62,32); }

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

<style>
 a { background-color: #613E20; }

 a { background-color: rgb(97,62,32); }

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

<style>
 span { border-color: #613E20; }

 span { border-color: rgb(97,62,32); }

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