#615608

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

Shades of Bronze Olive #615608

Tints of Bronze Olive #615608

Color information

#615608 (or 0x615608) is unknown color: approx Bronze Olive. HEX triplet: 61, 56 and 08. RGB value is (97,86,8). Sum of RGB (Red+Green+Blue) = 97+86+8=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #615608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615608 is #9EA9F7. Grayscale: #505050. Windows color (decimal): -10398200 or 546401. OLE color: 546401.

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

Color convert

RGB97868-
CMYK00.110.920.62
HSL52.58º84.76%20.59%-
HSV(B)52.58º91.75%38.04%-
XYZ8.39.211.57-
YUV80.487.14139.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=50.79%
G=45.03%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9786800.110.920.6252.5884.7620.59
Hex615680B5C3E355515
Octal14112610013134766512525
Binary110000110101101000010111011100111110110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615608; }

 p { color: rgb(97,86,8); }

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

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

 a { background-color: rgb(97,86,8); }

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

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

 span { border-color: rgb(97,86,8); }

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