#61401E

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

Shades of Dark Brown #61401E

Tints of Dark Brown #61401E

Color information

#61401E (or 0x61401E) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 1E. RGB value is (97,64,30). Sum of RGB (Red+Green+Blue) = 97+64+30=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61401E is #9EBFE1. Grayscale: #464646. Windows color (decimal): -10403810 or 1982561. OLE color: 1982561.

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

Color convert

RGB976430-
CMYK00.340.690.62
HSL30.45º52.76%24.9%-
HSV(B)30.45º69.07%38.04%-
XYZ76.32.08-
YUV69.99105.43147.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=50.79%
G=33.51%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97643000.340.690.6230.4552.7624.9
Hex61401E022453E1e3519
Octal1411003604210576366531
Binary1100001100000011110010001010001011111101111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61401E; }

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

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

<style>
 a { background-color: #61401E; }

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

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

<style>
 span { border-color: #61401E; }

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

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