#615514

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

Shades of Bronze Olive #615514

Tints of Bronze Olive #615514

Color information

#615514 (or 0x615514) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 14. RGB value is (97,85,20). Sum of RGB (Red+Green+Blue) = 97+85+20=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615514 is #9EAAEB. Grayscale: #515151. Windows color (decimal): -10398444 or 1332577. OLE color: 1332577.

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

Color convert

RGB978520-
CMYK00.120.790.62
HSL50.65º65.81%22.94%-
HSV(B)50.65º79.38%38.04%-
XYZ8.39.091.98-
YUV81.1893.48139.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=48.02%
G=42.08%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97852000.120.790.6250.6565.8122.94
Hex6155140C4F3E334217
Octal14112524014117766310227
Binary1100001101010110100011001001111111110110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615514; }

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

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

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

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

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

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

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

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