#60520A

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

Shades of Bronze Olive #60520A

Tints of Bronze Olive #60520A

Color information

#60520A (or 0x60520A) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 0A. RGB value is (96,82,10). Sum of RGB (Red+Green+Blue) = 96+82+10=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60520A is #9FADF5. Grayscale: #4E4E4E. Windows color (decimal): -10464758 or 676448. OLE color: 676448.

HSL color Cylindrical-coordinate representation of color #60520A: hue angle of 50.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60520A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB968210-
CMYK00.150.900.62
HSL50.23º81.13%20.78%-
HSV(B)50.23º89.58%37.65%-
XYZ7.98.541.52-
YUV77.9889.64140.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=51.06%
G=43.62%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96821000.150.900.6250.2381.1320.78
Hex6052A0F5A3E325115
Octal14012212017132766212125
Binary110000010100101010011111011010111110110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60520A; }

 p { color: rgb(96,82,10); }

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

<style>
 a { background-color: #60520A; }

 a { background-color: rgb(96,82,10); }

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

<style>
 span { border-color: #60520A; }

 span { border-color: rgb(96,82,10); }

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