#60401A

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

Shades of Dark Brown #60401A

Tints of Dark Brown #60401A

Color information

#60401A (or 0x60401A) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 1A. RGB value is (96,64,26). Sum of RGB (Red+Green+Blue) = 96+64+26=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #60401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60401A is #9FBFE5. Grayscale: #454545. Windows color (decimal): -10469350 or 1720416. OLE color: 1720416.

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

Color convert

RGB966426-
CMYK00.330.730.62
HSL32.57º57.38%23.92%-
HSV(B)32.57º72.92%37.65%-
XYZ6.846.231.82-
YUV69.24103.6147.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=51.61%
G=34.41%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96642600.330.730.6232.5757.3823.92
Hex60401A021493E213918
Octal1401003204111176417130
Binary11000001000000110100100001100100111111010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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