#615014

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

Shades of Bronze Olive #615014

Tints of Bronze Olive #615014

Color information

#615014 (or 0x615014) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 14. RGB value is (97,80,20). Sum of RGB (Red+Green+Blue) = 97+80+20=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #615014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615014 is #9EAFEB. Grayscale: #4E4E4E. Windows color (decimal): -10399724 or 1331297. OLE color: 1331297.

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

Color convert

RGB978020-
CMYK00.180.790.62
HSL46.75º65.81%22.94%-
HSV(B)46.75º79.38%38.04%-
XYZ7.928.331.85-
YUV78.2495.13141.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=49.24%
G=40.61%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802000.180.790.6246.7565.8122.94
Hex6150140124F3E2f4217
Octal14112024022117765710227
Binary11000011010000101000100101001111111110101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615014; }

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

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

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

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

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

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

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

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