#613F20

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

Shades of Dark Brown #613F20

Tints of Dark Brown #613F20

Color information

#613F20 (or 0x613F20) is unknown color: approx Dark Brown. HEX triplet: 61, 3F and 20. RGB value is (97,63,32). Sum of RGB (Red+Green+Blue) = 97+63+32=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #613F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F20 is #9EC0DF. Grayscale: #454545. Windows color (decimal): -10404064 or 2113377. OLE color: 2113377.

HSL color Cylindrical-coordinate representation of color #613F20: hue angle of 28.62º 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 #613F20 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB976332-
CMYK00.350.670.62
HSL28.62º50.39%25.29%-
HSV(B)28.62º67.01%38.04%-
XYZ6.976.22.2-
YUV69.63106.76147.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=50.52%
G=32.81%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97633200.350.670.6228.6250.3925.29
Hex613F20023433E1d3219
Octal141774004310376356231
Binary1100001111111100000010001110000111111101110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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