#613E1B

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

Shades of Dark Brown #613E1B

Tints of Dark Brown #613E1B

Color information

#613E1B (or 0x613E1B) is unknown color: approx Dark Brown. HEX triplet: 61, 3E and 1B. RGB value is (97,62,27). Sum of RGB (Red+Green+Blue) = 97+62+27=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #613E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E1B is #9EC1E4. Grayscale: #444444. Windows color (decimal): -10404325 or 1785441. OLE color: 1785441.

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

Color convert

RGB976227-
CMYK00.360.720.62
HSL30º56.45%24.31%-
HSV(B)30º72.16%38.04%-
XYZ6.856.071.85-
YUV68.47104.6148.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=52.15%
G=33.33%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97622700.360.720.623056.4524.31
Hex613E1B024483E1e3818
Octal141763304411076367030
Binary110000111111011011010010010010001111101111011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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