#60501B

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

Shades of Bronze Olive #60501B

Tints of Bronze Olive #60501B

Color information

#60501B (or 0x60501B) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 1B. RGB value is (96,80,27). Sum of RGB (Red+Green+Blue) = 96+80+27=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #60501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60501B is #9FAFE4. Grayscale: #4E4E4E. Windows color (decimal): -10465253 or 1790048. OLE color: 1790048.

HSL color Cylindrical-coordinate representation of color #60501B: hue angle of 46.09º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60501B is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB968027-
CMYK00.170.720.62
HSL46.09º56.1%24.12%-
HSV(B)46.09º71.88%37.65%-
XYZ7.898.32.22-
YUV78.7498.8140.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=47.29%
G=39.41%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96802700.170.720.6246.0956.124.12
Hex60501B011483E2e3818
Octal1401203302111076567030
Binary1100000101000011011010001100100011111010111011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60501B; }

 p { color: rgb(96,80,27); }

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

<style>
 a { background-color: #60501B; }

 a { background-color: rgb(96,80,27); }

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

<style>
 span { border-color: #60501B; }

 span { border-color: rgb(96,80,27); }

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