#613E1E

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

Shades of Dark Brown #613E1E

Tints of Dark Brown #613E1E

Color information

#613E1E (or 0x613E1E) is unknown color: approx Dark Brown. HEX triplet: 61, 3E and 1E. RGB value is (97,62,30). Sum of RGB (Red+Green+Blue) = 97+62+30=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #613E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E1E is #9EC1E1. Grayscale: #444444. Windows color (decimal): -10404322 or 1982049. OLE color: 1982049.

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

Color convert

RGB976230-
CMYK00.360.690.62
HSL28.66º52.76%24.9%-
HSV(B)28.66º69.07%38.04%-
XYZ6.896.082.04-
YUV68.82106.1148.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=51.32%
G=32.80%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97623000.360.690.6228.6652.7624.9
Hex613E1E024453E1d3519
Octal141763604410576356531
Binary110000111111011110010010010001011111101110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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