#61510E

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

Shades of Bronze Olive #61510E

Tints of Bronze Olive #61510E

Color information

#61510E (or 0x61510E) is unknown color: approx Bronze Olive. HEX triplet: 61, 51 and 0E. RGB value is (97,81,14). Sum of RGB (Red+Green+Blue) = 97+81+14=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61510E is #9EAEF1. Grayscale: #4E4E4E. Windows color (decimal): -10399474 or 938337. OLE color: 938337.

HSL color Cylindrical-coordinate representation of color #61510E: hue angle of 48.43º 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 #61510E is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB978114-
CMYK00.160.860.62
HSL48.43º74.77%21.76%-
HSV(B)48.43º85.57%38.04%-
XYZ7.958.461.63-
YUV78.1591.8141.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=50.52%
G=42.19%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97811400.160.860.6248.4374.7721.76
Hex6151E010563E304b16
Octal14112116020126766011326
Binary1100001101000111100100001010110111110110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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