#61510D

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

Shades of Bronze Olive #61510D

Tints of Bronze Olive #61510D

Color information

#61510D (or 0x61510D) is unknown color: approx Bronze Olive. HEX triplet: 61, 51 and 0D. RGB value is (97,81,13). Sum of RGB (Red+Green+Blue) = 97+81+13=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61510D is #9EAEF2. Grayscale: #4E4E4E. Windows color (decimal): -10399475 or 872801. OLE color: 872801.

HSL color Cylindrical-coordinate representation of color #61510D: hue angle of 48.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61510D is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB978113-
CMYK00.160.870.62
HSL48.57º76.36%21.57%-
HSV(B)48.57º86.6%38.04%-
XYZ7.948.461.59-
YUV78.0391.3141.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=50.79%
G=42.41%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97811300.160.870.6248.5776.3621.57
Hex6151D010573E314c16
Octal14112115020127766111426
Binary1100001101000111010100001010111111110110001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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