#60401F

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

Shades of Dark Brown #60401F

Tints of Dark Brown #60401F

Color information

#60401F (or 0x60401F) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 1F. RGB value is (96,64,31). Sum of RGB (Red+Green+Blue) = 96+64+31=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60401F is #9FBFE0. Grayscale: #454545. Windows color (decimal): -10469345 or 2048096. OLE color: 2048096.

HSL color Cylindrical-coordinate representation of color #60401F: hue angle of 30.46º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60401F is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB966431-
CMYK00.330.680.62
HSL30.46º51.18%24.9%-
HSV(B)30.46º67.71%37.65%-
XYZ6.96.252.14-
YUV69.81106.1146.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=50.26%
G=33.51%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96643100.330.680.6230.4651.1824.9
Hex60401F021443E1e3319
Octal1401003704110476366331
Binary1100000100000011111010000110001001111101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60401F; }

 p { color: rgb(96,64,31); }

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

<style>
 a { background-color: #60401F; }

 a { background-color: rgb(96,64,31); }

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

<style>
 span { border-color: #60401F; }

 span { border-color: rgb(96,64,31); }

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