#605017

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

Shades of Bronze Olive #605017

Tints of Bronze Olive #605017

Color information

#605017 (or 0x605017) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 17. RGB value is (96,80,23). Sum of RGB (Red+Green+Blue) = 96+80+23=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605017 is #9FAFE8. Grayscale: #4E4E4E. Windows color (decimal): -10465257 or 1527904. OLE color: 1527904.

HSL color Cylindrical-coordinate representation of color #605017: hue angle of 46.85º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #605017 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB968023-
CMYK00.170.760.62
HSL46.85º61.34%23.33%-
HSV(B)46.85º76.04%37.65%-
XYZ7.858.292-
YUV78.2996.8140.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 23 (9.38% from 255) = 11.56%
R=48.24%
G=40.20%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96802300.170.760.6246.8561.3423.33
Hex6050170114C3E2f3d17
Octal1401202702111476577527
Binary1100000101000010111010001100110011111010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605017; }

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

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

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

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

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

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

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

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