#615013

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

Shades of Bronze Olive #615013

Tints of Bronze Olive #615013

Color information

#615013 (or 0x615013) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 13. RGB value is (97,80,19). Sum of RGB (Red+Green+Blue) = 97+80+19=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #615013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615013 is #9EAFEC. Grayscale: #4E4E4E. Windows color (decimal): -10399725 or 1265761. OLE color: 1265761.

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

Color convert

RGB978019-
CMYK00.180.800.62
HSL46.92º67.24%22.75%-
HSV(B)46.92º80.41%38.04%-
XYZ7.928.331.81-
YUV78.1394.63141.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=49.49%
G=40.82%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97801900.180.800.6246.9267.2422.75
Hex615013012503E2f4317
Octal14112023022120765710327
Binary11000011010000100110100101010000111110101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615013; }

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

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

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

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

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

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

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

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