#615112

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

Shades of Bronze Olive #615112

Tints of Bronze Olive #615112

Color information

#615112 (or 0x615112) is unknown color: approx Bronze Olive. HEX triplet: 61, 51 and 12. RGB value is (97,81,18). Sum of RGB (Red+Green+Blue) = 97+81+18=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #615112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615112 is #9EAEED. Grayscale: #4E4E4E. Windows color (decimal): -10399470 or 1200481. OLE color: 1200481.

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

Color convert

RGB978118-
CMYK00.160.810.62
HSL47.85º68.7%22.55%-
HSV(B)47.85º81.44%38.04%-
XYZ7.988.471.79-
YUV78.693.8141.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=49.49%
G=41.33%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97811800.160.810.6247.8568.722.55
Hex615112010513E304517
Octal14112122020121766010527
Binary11000011010001100100100001010001111110110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615112; }

 p { color: rgb(97,81,18); }

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

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

 a { background-color: rgb(97,81,18); }

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

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

 span { border-color: rgb(97,81,18); }

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