#615017

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

Shades of Bronze Olive #615017

Tints of Bronze Olive #615017

Color information

#615017 (or 0x615017) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 17. RGB value is (97,80,23). Sum of RGB (Red+Green+Blue) = 97+80+23=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #615017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615017 is #9EAFE8. Grayscale: #4E4E4E. Windows color (decimal): -10399721 or 1527905. OLE color: 1527905.

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

Color convert

RGB978023-
CMYK00.180.760.62
HSL46.22º61.67%23.53%-
HSV(B)46.22º76.29%38.04%-
XYZ7.958.342-
YUV78.5896.63141.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 23 (9.38% from 255) = 11.5%
R=48.5%
G=40%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802300.180.760.6246.2261.6723.53
Hex6150170124C3E2e3e18
Octal1411202702211476567630
Binary1100001101000010111010010100110011111010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615017; }

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

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

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

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

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

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

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

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