#61411E

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

Shades of Dark Brown #61411E

Tints of Dark Brown #61411E

Color information

#61411E (or 0x61411E) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 1E. RGB value is (97,65,30). Sum of RGB (Red+Green+Blue) = 97+65+30=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61411E is #9EBEE1. Grayscale: #464646. Windows color (decimal): -10403554 or 1982817. OLE color: 1982817.

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

Color convert

RGB976530-
CMYK00.330.690.62
HSL31.34º52.76%24.9%-
HSV(B)31.34º69.07%38.04%-
XYZ7.056.422.09-
YUV70.58105.1146.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=50.52%
G=33.85%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97653000.330.690.6231.3452.7624.9
Hex61411E021453E1f3519
Octal1411013604110576376531
Binary1100001100000111110010000110001011111101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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