#60481F

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

Shades of Dark Brown #60481F

Tints of Dark Brown #60481F

Color information

#60481F (or 0x60481F) is unknown color: approx Dark Brown. HEX triplet: 60, 48 and 1F. RGB value is (96,72,31). Sum of RGB (Red+Green+Blue) = 96+72+31=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #60481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60481F is #9FB7E0. Grayscale: #4A4A4A. Windows color (decimal): -10467297 or 2050144. OLE color: 2050144.

HSL color Cylindrical-coordinate representation of color #60481F: hue angle of 37.85º 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 #60481F is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB967231-
CMYK00.250.680.62
HSL37.85º51.18%24.9%-
HSV(B)37.85º67.71%37.65%-
XYZ7.397.222.3-
YUV74.5103.45143.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=48.24%
G=36.18%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96723100.250.680.6237.8551.1824.9
Hex60481F019443E263319
Octal1401103703110476466331
Binary1100000100100011111011001100010011111010011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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