#61411D

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

Shades of Dark Brown #61411D

Tints of Dark Brown #61411D

Color information

#61411D (or 0x61411D) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 1D. RGB value is (97,65,29). Sum of RGB (Red+Green+Blue) = 97+65+29=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61411D is #9EBEE2. Grayscale: #464646. Windows color (decimal): -10403555 or 1917281. OLE color: 1917281.

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

Color convert

RGB976529-
CMYK00.330.700.62
HSL31.76º53.97%24.71%-
HSV(B)31.76º70.1%38.04%-
XYZ7.046.412.03-
YUV70.46104.6146.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=50.79%
G=34.03%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97652900.330.700.6231.7653.9724.71
Hex61411D021463E203619
Octal1411013504110676406631
Binary11000011000001111010100001100011011111010000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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