#615010

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

Shades of Bronze Olive #615010

Tints of Bronze Olive #615010

Color information

#615010 (or 0x615010) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 10. RGB value is (97,80,16). Sum of RGB (Red+Green+Blue) = 97+80+16=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #615010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615010 is #9EAFEF. Grayscale: #4E4E4E. Windows color (decimal): -10399728 or 1069153. OLE color: 1069153.

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

Color convert

RGB978016-
CMYK00.180.840.62
HSL47.41º71.68%22.16%-
HSV(B)47.41º83.51%38.04%-
XYZ7.898.321.68-
YUV77.7993.13141.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=50.26%
G=41.45%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97801600.180.840.6247.4171.6822.16
Hex615010012543E2f4816
Octal14112020022124765711026
Binary11000011010000100000100101010100111110101111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615010; }

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

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

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

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

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

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

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

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