#61510F

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

Shades of Bronze Olive #61510F

Tints of Bronze Olive #61510F

Color information

#61510F (or 0x61510F) is unknown color: approx Bronze Olive. HEX triplet: 61, 51 and 0F. RGB value is (97,81,15). Sum of RGB (Red+Green+Blue) = 97+81+15=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61510F is #9EAEF0. Grayscale: #4E4E4E. Windows color (decimal): -10399473 or 1003873. OLE color: 1003873.

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

Color convert

RGB978115-
CMYK00.160.850.62
HSL48.29º73.21%21.96%-
HSV(B)48.29º84.54%38.04%-
XYZ7.968.461.67-
YUV78.2692.3141.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 15 (6.25% from 255) = 7.77%
R=50.26%
G=41.97%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97811500.160.850.6248.2973.2121.96
Hex6151F010553E304916
Octal14112117020125766011126
Binary1100001101000111110100001010101111110110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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