#615806

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

Shades of Bronze Olive #615806

Tints of Bronze Olive #615806

Color information

#615806 (or 0x615806) is unknown color: approx Bronze Olive. HEX triplet: 61, 58 and 06. RGB value is (97,88,6). Sum of RGB (Red+Green+Blue) = 97+88+6=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #615806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615806 is #9EA7F9. Grayscale: #515151. Windows color (decimal): -10397690 or 415841. OLE color: 415841.

HSL color Cylindrical-coordinate representation of color #615806: hue angle of 54.07º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #615806 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97886-
CMYK00.090.940.62
HSL54.07º88.35%20.2%-
HSV(B)54.07º93.81%38.04%-
XYZ8.459.531.57-
YUV81.3485.48139.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=50.79%
G=46.07%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9788600.090.940.6254.0788.3520.2
Hex61586095E3E365814
Octal1411306011136766613024
Binary11000011011000110010011011110111110110110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615806; }

 p { color: rgb(97,88,6); }

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

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

 a { background-color: rgb(97,88,6); }

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

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

 span { border-color: rgb(97,88,6); }

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