#61501F

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

Shades of Bronze Olive #61501F

Tints of Bronze Olive #61501F

Color information

#61501F (or 0x61501F) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 1F. RGB value is (97,80,31). Sum of RGB (Red+Green+Blue) = 97+80+31=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61501F is #9EAFE0. Grayscale: #4F4F4F. Windows color (decimal): -10399713 or 2052193. OLE color: 2052193.

HSL color Cylindrical-coordinate representation of color #61501F: hue angle of 44.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61501F is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB978031-
CMYK00.180.680.62
HSL44.55º51.56%25.1%-
HSV(B)44.55º68.04%38.04%-
XYZ8.058.382.49-
YUV79.5100.63140.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=46.63%
G=38.46%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97803100.180.680.6244.5551.5625.1
Hex61501F012443E2d3419
Octal1411203702210476556431
Binary1100001101000011111010010100010011111010110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,80,31); }

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

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

 a { background-color: rgb(97,80,31); }

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

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

 span { border-color: rgb(97,80,31); }

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