#61540E

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

Shades of Bronze Olive #61540E

Tints of Bronze Olive #61540E

Color information

#61540E (or 0x61540E) is unknown color: approx Bronze Olive. HEX triplet: 61, 54 and 0E. RGB value is (97,84,14). Sum of RGB (Red+Green+Blue) = 97+84+14=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61540E is #9EABF1. Grayscale: #505050. Windows color (decimal): -10398706 or 939105. OLE color: 939105.

HSL color Cylindrical-coordinate representation of color #61540E: hue angle of 50.6º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61540E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB978414-
CMYK00.130.860.62
HSL50.6º74.77%21.76%-
HSV(B)50.6º85.57%38.04%-
XYZ8.188.911.7-
YUV79.9190.81140.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=49.74%
G=43.08%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97841400.130.860.6250.674.7721.76
Hex6154E0D563E334b16
Octal14112416015126766311326
Binary110000110101001110011011010110111110110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61540E; }

 p { color: rgb(97,84,14); }

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

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

 a { background-color: rgb(97,84,14); }

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

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

 span { border-color: rgb(97,84,14); }

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