#60531A

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

Shades of Bronze Olive #60531A

Tints of Bronze Olive #60531A

Color information

#60531A (or 0x60531A) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 1A. RGB value is (96,83,26). Sum of RGB (Red+Green+Blue) = 96+83+26=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60531A is #9FACE5. Grayscale: #505050. Windows color (decimal): -10464486 or 1725280. OLE color: 1725280.

HSL color Cylindrical-coordinate representation of color #60531A: hue angle of 48.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60531A is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB968326-
CMYK00.140.730.62
HSL48.86º57.38%23.92%-
HSV(B)48.86º72.92%37.65%-
XYZ8.18.752.24-
YUV80.3997.31139.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=46.83%
G=40.49%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96832600.140.730.6248.8657.3823.92
Hex60531A0E493E313918
Octal1401233201611176617130
Binary110000010100111101001110100100111111011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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