#613E1F

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

Shades of Dark Brown #613E1F

Tints of Dark Brown #613E1F

Color information

#613E1F (or 0x613E1F) is unknown color: approx Dark Brown. HEX triplet: 61, 3E and 1F. RGB value is (97,62,31). Sum of RGB (Red+Green+Blue) = 97+62+31=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #613E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E1F is #9EC1E0. Grayscale: #454545. Windows color (decimal): -10404321 or 2047585. OLE color: 2047585.

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

Color convert

RGB976231-
CMYK00.360.680.62
HSL28.18º51.56%25.1%-
HSV(B)28.18º68.04%38.04%-
XYZ6.96.092.11-
YUV68.93106.6148.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=51.05%
G=32.63%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97623100.360.680.6228.1851.5625.1
Hex613E1F024443E1c3419
Octal141763704410476346431
Binary110000111111011111010010010001001111101110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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