#60431C

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

Shades of Dark Brown #60431C

Tints of Dark Brown #60431C

Color information

#60431C (or 0x60431C) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 1C. RGB value is (96,67,28). Sum of RGB (Red+Green+Blue) = 96+67+28=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60431C is #9FBCE3. Grayscale: #474747. Windows color (decimal): -10468580 or 1852256. OLE color: 1852256.

HSL color Cylindrical-coordinate representation of color #60431C: hue angle of 34.41º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60431C is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB966728-
CMYK00.300.710.62
HSL34.41º54.84%24.31%-
HSV(B)34.41º70.83%37.65%-
XYZ7.046.582-
YUV71.22103.61145.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=50.26%
G=35.08%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96672800.300.710.6234.4154.8424.31
Hex60431C01E473E223718
Octal1401033403610776426730
Binary1100000100001111100011110100011111111010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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