#60530E

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

Shades of Bronze Olive #60530E

Tints of Bronze Olive #60530E

Color information

#60530E (or 0x60530E) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 0E. RGB value is (96,83,14). Sum of RGB (Red+Green+Blue) = 96+83+14=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60530E is #9FACF1. Grayscale: #4F4F4F. Windows color (decimal): -10464498 or 938848. OLE color: 938848.

HSL color Cylindrical-coordinate representation of color #60530E: hue angle of 50.49º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60530E is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB968314-
CMYK00.140.850.62
HSL50.49º74.55%21.57%-
HSV(B)50.49º85.42%37.65%-
XYZ88.711.67-
YUV79.0291.31140.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=49.74%
G=43.01%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96831400.140.850.6250.4974.5521.57
Hex6053E0E553E324b16
Octal14012316016125766211326
Binary110000010100111110011101010101111110110010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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