#615212

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

Shades of Bronze Olive #615212

Tints of Bronze Olive #615212

Color information

#615212 (or 0x615212) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 12. RGB value is (97,82,18). Sum of RGB (Red+Green+Blue) = 97+82+18=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #615212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615212 is #9EADED. Grayscale: #4F4F4F. Windows color (decimal): -10399214 or 1200737. OLE color: 1200737.

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

Color convert

RGB978218-
CMYK00.150.810.62
HSL48.61º68.7%22.55%-
HSV(B)48.61º81.44%38.04%-
XYZ8.068.621.81-
YUV79.1993.47140.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=49.24%
G=41.62%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97821800.150.810.6248.6168.722.55
Hex6152120F513E314517
Octal14112222017121766110527
Binary1100001101001010010011111010001111110110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615212; }

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

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

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

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

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

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

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

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