#60431F

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

Shades of Dark Brown #60431F

Tints of Dark Brown #60431F

Color information

#60431F (or 0x60431F) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 1F. RGB value is (96,67,31). Sum of RGB (Red+Green+Blue) = 96+67+31=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60431F is #9FBCE0. Grayscale: #474747. Windows color (decimal): -10468577 or 2048864. OLE color: 2048864.

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

Color convert

RGB966731-
CMYK00.300.680.62
HSL33.23º51.18%24.9%-
HSV(B)33.23º67.71%37.65%-
XYZ7.086.62.2-
YUV71.57105.11145.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=49.48%
G=34.54%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96673100.300.680.6233.2351.1824.9
Hex60431F01E443E213319
Octal1401033703610476416331
Binary1100000100001111111011110100010011111010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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