#61541B

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

Shades of Bronze Olive #61541B

Tints of Bronze Olive #61541B

Color information

#61541B (or 0x61541B) is unknown color: approx Bronze Olive. HEX triplet: 61, 54 and 1B. RGB value is (97,84,27). Sum of RGB (Red+Green+Blue) = 97+84+27=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61541B is #9EABE4. Grayscale: #515151. Windows color (decimal): -10398693 or 1791073. OLE color: 1791073.

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

Color convert

RGB978427-
CMYK00.130.720.62
HSL48.86º56.45%24.31%-
HSV(B)48.86º72.16%38.04%-
XYZ8.38.962.33-
YUV81.3997.31139.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=46.63%
G=40.38%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97842700.130.720.6248.8656.4524.31
Hex61541B0D483E313818
Octal1411243301511076617030
Binary110000110101001101101101100100011111011000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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