#613D18

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

Shades of Dark Brown #613D18

Tints of Dark Brown #613D18

Color information

#613D18 (or 0x613D18) is unknown color: approx Dark Brown. HEX triplet: 61, 3D and 18. RGB value is (97,61,24). Sum of RGB (Red+Green+Blue) = 97+61+24=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #613D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D18 is #9EC2E7. Grayscale: #434343. Windows color (decimal): -10404584 or 1588577. OLE color: 1588577.

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

Color convert

RGB976124-
CMYK00.370.750.62
HSL30.41º60.33%23.73%-
HSV(B)30.41º75.26%38.04%-
XYZ6.765.941.66-
YUV67.55103.43149.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=53.30%
G=33.52%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97612400.370.750.6230.4160.3323.73
Hex613D180254B3E1e3c18
Octal141753004511376367430
Binary110000111110111000010010110010111111101111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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