#613D1E

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

Shades of Dark Brown #613D1E

Tints of Dark Brown #613D1E

Color information

#613D1E (or 0x613D1E) is unknown color: approx Dark Brown. HEX triplet: 61, 3D and 1E. RGB value is (97,61,30). Sum of RGB (Red+Green+Blue) = 97+61+30=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D1E is #9EC2E1. Grayscale: #444444. Windows color (decimal): -10404578 or 1981793. OLE color: 1981793.

HSL color Cylindrical-coordinate representation of color #613D1E: hue angle of 27.76º 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 #613D1E is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB976130-
CMYK00.370.690.62
HSL27.76º52.76%24.9%-
HSV(B)27.76º69.07%38.04%-
XYZ6.835.972.02-
YUV68.23106.43148.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=51.60%
G=32.45%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97613000.370.690.6227.7652.7624.9
Hex613D1E025453E1c3519
Octal141753604510576346531
Binary110000111110111110010010110001011111101110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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