#613C19

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

Shades of Dark Brown #613C19

Tints of Dark Brown #613C19

Color information

#613C19 (or 0x613C19) is unknown color: approx Dark Brown. HEX triplet: 61, 3C and 19. RGB value is (97,60,25). Sum of RGB (Red+Green+Blue) = 97+60+25=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #613C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C19 is #9EC3E6. Grayscale: #434343. Windows color (decimal): -10404839 or 1653857. OLE color: 1653857.

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

Color convert

RGB976025-
CMYK00.380.740.62
HSL29.17º59.02%23.92%-
HSV(B)29.17º74.23%38.04%-
XYZ6.725.841.69-
YUV67.07104.26149.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=53.30%
G=32.97%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97602500.380.740.6229.1759.0223.92
Hex613C190264A3E1d3b18
Octal141743104611276357330
Binary110000111110011001010011010010101111101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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