#61541A

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

Shades of Bronze Olive #61541A

Tints of Bronze Olive #61541A

Color information

#61541A (or 0x61541A) is unknown color: approx Bronze Olive. HEX triplet: 61, 54 and 1A. RGB value is (97,84,26). Sum of RGB (Red+Green+Blue) = 97+84+26=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61541A is #9EABE5. Grayscale: #515151. Windows color (decimal): -10398694 or 1725537. OLE color: 1725537.

HSL color Cylindrical-coordinate representation of color #61541A: hue angle of 49.01º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61541A is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB978426-
CMYK00.130.730.62
HSL49.01º57.72%24.12%-
HSV(B)49.01º73.2%38.04%-
XYZ8.298.962.27-
YUV81.2896.81139.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=46.86%
G=40.58%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97842600.130.730.6249.0157.7224.12
Hex61541A0D493E313a18
Octal1411243201511176617230
Binary110000110101001101001101100100111111011000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61541A; }

 p { color: rgb(97,84,26); }

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

<style>
 a { background-color: #61541A; }

 a { background-color: rgb(97,84,26); }

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

<style>
 span { border-color: #61541A; }

 span { border-color: rgb(97,84,26); }

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