#60411A

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

Shades of Dark Brown #60411A

Tints of Dark Brown #60411A

Color information

#60411A (or 0x60411A) is unknown color: approx Dark Brown. HEX triplet: 60, 41 and 1A. RGB value is (96,65,26). Sum of RGB (Red+Green+Blue) = 96+65+26=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60411A is #9FBEE5. Grayscale: #464646. Windows color (decimal): -10469094 or 1720672. OLE color: 1720672.

HSL color Cylindrical-coordinate representation of color #60411A: hue angle of 33.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60411A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB966526-
CMYK00.320.730.62
HSL33.43º57.38%23.92%-
HSV(B)33.43º72.92%37.65%-
XYZ6.96.341.84-
YUV69.82103.27146.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=51.34%
G=34.76%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96652600.320.730.6233.4357.3823.92
Hex60411A020493E213918
Octal1401013204011176417130
Binary11000001000001110100100000100100111111010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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