#615312

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

Shades of Bronze Olive #615312

Tints of Bronze Olive #615312

Color information

#615312 (or 0x615312) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 12. RGB value is (97,83,18). Sum of RGB (Red+Green+Blue) = 97+83+18=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #615312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615312 is #9EACED. Grayscale: #505050. Windows color (decimal): -10398958 or 1200993. OLE color: 1200993.

HSL color Cylindrical-coordinate representation of color #615312: hue angle of 49.37º 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 #615312 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB978318-
CMYK00.140.810.62
HSL49.37º68.7%22.55%-
HSV(B)49.37º81.44%38.04%-
XYZ8.138.771.84-
YUV79.7893.14140.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=48.99%
G=41.92%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97831800.140.810.6249.3768.722.55
Hex6153120E513E314517
Octal14112322016121766110527
Binary1100001101001110010011101010001111110110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615312; }

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

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

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

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

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

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

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

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