#60531E

Color #60531E Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #60531E

Tints of Bronze Olive #60531E

Color information

#60531E (or 0x60531E) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 1E. RGB value is (96,83,30). Sum of RGB (Red+Green+Blue) = 96+83+30=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60531E is #9FACE1. Grayscale: #515151. Windows color (decimal): -10464482 or 1987424. OLE color: 1987424.

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

Color convert

RGB968330-
CMYK00.140.690.62
HSL48.18º52.38%24.71%-
HSV(B)48.18º68.75%37.65%-
XYZ8.158.772.49-
YUV80.8499.31138.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=45.93%
G=39.71%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96833000.140.690.6248.1852.3824.71
Hex60531E0E453E303419
Octal1401233601610576606431
Binary110000010100111111001110100010111111011000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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