#613D19

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

Shades of Dark Brown #613D19

Tints of Dark Brown #613D19

Color information

#613D19 (or 0x613D19) is unknown color: approx Dark Brown. HEX triplet: 61, 3D and 19. RGB value is (97,61,25). Sum of RGB (Red+Green+Blue) = 97+61+25=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D19 is #9EC2E6. Grayscale: #434343. Windows color (decimal): -10404583 or 1654113. OLE color: 1654113.

HSL color Cylindrical-coordinate representation of color #613D19: hue angle of 30º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613D19 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB976125-
CMYK00.370.740.62
HSL30º59.02%23.92%-
HSV(B)30º74.23%38.04%-
XYZ6.775.951.71-
YUV67.66103.93148.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=53.01%
G=33.33%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97612500.370.740.623059.0223.92
Hex613D190254A3E1e3b18
Octal141753104511276367330
Binary110000111110111001010010110010101111101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,61,25); }

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

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

 a { background-color: rgb(97,61,25); }

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

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

 span { border-color: rgb(97,61,25); }

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