#60431E

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

Shades of Dark Brown #60431E

Tints of Dark Brown #60431E

Color information

#60431E (or 0x60431E) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 1E. RGB value is (96,67,30). Sum of RGB (Red+Green+Blue) = 96+67+30=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60431E is #9FBCE1. Grayscale: #474747. Windows color (decimal): -10468578 or 1983328. OLE color: 1983328.

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

Color convert

RGB966730-
CMYK00.300.690.62
HSL33.64º52.38%24.71%-
HSV(B)33.64º68.75%37.65%-
XYZ7.076.592.13-
YUV71.45104.61145.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=49.74%
G=34.72%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96673000.300.690.6233.6452.3824.71
Hex60431E01E453E223419
Octal1401033603610576426431
Binary1100000100001111110011110100010111111010001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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