#60401E

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

Shades of Dark Brown #60401E

Tints of Dark Brown #60401E

Color information

#60401E (or 0x60401E) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 1E. RGB value is (96,64,30). Sum of RGB (Red+Green+Blue) = 96+64+30=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60401E is #9FBFE1. Grayscale: #454545. Windows color (decimal): -10469346 or 1982560. OLE color: 1982560.

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

Color convert

RGB966430-
CMYK00.330.690.62
HSL30.91º52.38%24.71%-
HSV(B)30.91º68.75%37.65%-
XYZ6.896.252.07-
YUV69.69105.6146.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=50.53%
G=33.68%
B=15.79%

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
Decimal96643000.330.690.6230.9152.3824.71
Hex60401E021453E1f3419
Octal1401003604110576376431
Binary1100000100000011110010000110001011111101111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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