#613E1A

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

Shades of Dark Brown #613E1A

Tints of Dark Brown #613E1A

Color information

#613E1A (or 0x613E1A) is unknown color: approx Dark Brown. HEX triplet: 61, 3E and 1A. RGB value is (97,62,26). Sum of RGB (Red+Green+Blue) = 97+62+26=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E1A is #9EC1E5. Grayscale: #444444. Windows color (decimal): -10404326 or 1719905. OLE color: 1719905.

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

Color convert

RGB976226-
CMYK00.360.730.62
HSL30.42º57.72%24.12%-
HSV(B)30.42º73.2%38.04%-
XYZ6.846.061.79-
YUV68.36104.1148.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=52.43%
G=33.51%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97622600.360.730.6230.4257.7224.12
Hex613E1A024493E1e3a18
Octal141763204411176367230
Binary110000111111011010010010010010011111101111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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