#615606

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

Shades of Bronze Olive #615606

Tints of Bronze Olive #615606

Color information

#615606 (or 0x615606) is unknown color: approx Bronze Olive. HEX triplet: 61, 56 and 06. RGB value is (97,86,6). Sum of RGB (Red+Green+Blue) = 97+86+6=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #615606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615606 is #9EA9F9. Grayscale: #505050. Windows color (decimal): -10398202 or 415329. OLE color: 415329.

HSL color Cylindrical-coordinate representation of color #615606: hue angle of 52.75º 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 #615606 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97866-
CMYK00.110.940.62
HSL52.75º88.35%20.2%-
HSV(B)52.75º93.81%38.04%-
XYZ8.299.211.51-
YUV80.1786.14140-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=51.32%
G=45.50%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9786600.110.940.6252.7588.3520.2
Hex615660B5E3E355814
Octal1411266013136766513024
Binary11000011010110110010111011110111110110101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615606; }

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

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

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

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

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

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

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

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