#61501E

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

Shades of Bronze Olive #61501E

Tints of Bronze Olive #61501E

Color information

#61501E (or 0x61501E) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 1E. RGB value is (97,80,30). Sum of RGB (Red+Green+Blue) = 97+80+30=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61501E is #9EAFE1. Grayscale: #4F4F4F. Windows color (decimal): -10399714 or 1986657. OLE color: 1986657.

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

Color convert

RGB978030-
CMYK00.180.690.62
HSL44.78º52.76%24.9%-
HSV(B)44.78º69.07%38.04%-
XYZ8.038.372.42-
YUV79.38100.13140.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=46.86%
G=38.65%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97803000.180.690.6244.7852.7624.9
Hex61501E012453E2d3519
Octal1411203602210576556531
Binary1100001101000011110010010100010111111010110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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