#613D1D

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

Shades of Dark Brown #613D1D

Tints of Dark Brown #613D1D

Color information

#613D1D (or 0x613D1D) is unknown color: approx Dark Brown. HEX triplet: 61, 3D and 1D. RGB value is (97,61,29). Sum of RGB (Red+Green+Blue) = 97+61+29=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #613D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D1D is #9EC2E2. Grayscale: #444444. Windows color (decimal): -10404579 or 1916257. OLE color: 1916257.

HSL color Cylindrical-coordinate representation of color #613D1D: hue angle of 28.24º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613D1D is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB976129-
CMYK00.370.700.62
HSL28.24º53.97%24.71%-
HSV(B)28.24º70.1%38.04%-
XYZ6.825.971.95-
YUV68.12105.93148.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=51.87%
G=32.62%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97612900.370.700.6228.2453.9724.71
Hex613D1D025463E1c3619
Octal141753504510676346631
Binary110000111110111101010010110001101111101110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,61,29); }

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

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

 a { background-color: rgb(97,61,29); }

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

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

 span { border-color: rgb(97,61,29); }

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