#60411D

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

Shades of Dark Brown #60411D

Tints of Dark Brown #60411D

Color information

#60411D (or 0x60411D) is unknown color: approx Dark Brown. HEX triplet: 60, 41 and 1D. RGB value is (96,65,29). Sum of RGB (Red+Green+Blue) = 96+65+29=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60411D is #9FBEE2. Grayscale: #464646. Windows color (decimal): -10469091 or 1917280. OLE color: 1917280.

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

Color convert

RGB966529-
CMYK00.320.700.62
HSL32.24º53.6%24.51%-
HSV(B)32.24º69.79%37.65%-
XYZ6.946.362.02-
YUV70.17104.77146.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=50.53%
G=34.21%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96652900.320.700.6232.2453.624.51
Hex60411D020463E203619
Octal1401013504010676406631
Binary11000001000001111010100000100011011111010000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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