#61531F

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

Shades of Bronze Olive #61531F

Tints of Bronze Olive #61531F

Color information

#61531F (or 0x61531F) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 1F. RGB value is (97,83,31). Sum of RGB (Red+Green+Blue) = 97+83+31=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61531F is #9EACE0. Grayscale: #515151. Windows color (decimal): -10398945 or 2052961. OLE color: 2052961.

HSL color Cylindrical-coordinate representation of color #61531F: hue angle of 47.27º 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 #61531F is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB978331-
CMYK00.140.680.62
HSL47.27º51.56%25.1%-
HSV(B)47.27º68.04%38.04%-
XYZ8.278.832.56-
YUV81.2699.64139.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=45.97%
G=39.34%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97833100.140.680.6247.2751.5625.1
Hex61531F0E443E2f3419
Octal1411233701610476576431
Binary110000110100111111101110100010011111010111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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