#615509

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

Shades of Bronze Olive #615509

Tints of Bronze Olive #615509

Color information

#615509 (or 0x615509) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 09. RGB value is (97,85,9). Sum of RGB (Red+Green+Blue) = 97+85+9=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #615509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615509 is #9EAAF6. Grayscale: #505050. Windows color (decimal): -10398455 or 611681. OLE color: 611681.

HSL color Cylindrical-coordinate representation of color #615509: hue angle of 51.82º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #615509 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97859-
CMYK00.120.910.62
HSL51.82º83.02%20.78%-
HSV(B)51.82º90.72%38.04%-
XYZ8.239.061.57-
YUV79.9287.98140.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 9 (3.91% from 255) = 4.71%
R=50.79%
G=44.50%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9785900.120.910.6251.8283.0220.78
Hex615590C5B3E345315
Octal14112511014133766412325
Binary110000110101011001011001011011111110110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615509; }

 p { color: rgb(97,85,9); }

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

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

 a { background-color: rgb(97,85,9); }

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

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

 span { border-color: rgb(97,85,9); }

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