#613E10

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

Shades of Dark Brown #613E10

Tints of Dark Brown #613E10

Color information

#613E10 (or 0x613E10) is unknown color: approx Dark Brown. HEX triplet: 61, 3E and 10. RGB value is (97,62,16). Sum of RGB (Red+Green+Blue) = 97+62+16=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E10 is #9EC1EF. Grayscale: #434343. Windows color (decimal): -10404336 or 1064545. OLE color: 1064545.

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

Color convert

RGB976216-
CMYK00.360.840.62
HSL34.07º71.68%22.16%-
HSV(B)34.07º83.51%38.04%-
XYZ6.756.021.3-
YUV67.2299.1149.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=55.43%
G=35.43%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97621600.360.840.6234.0771.6822.16
Hex613E10024543E224816
Octal1417620044124764211026
Binary11000011111101000001001001010100111110100010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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