#615706

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

Shades of Bronze Olive #615706

Tints of Bronze Olive #615706

Color information

#615706 (or 0x615706) is unknown color: approx Bronze Olive. HEX triplet: 61, 57 and 06. RGB value is (97,87,6). Sum of RGB (Red+Green+Blue) = 97+87+6=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #615706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615706 is #9EA8F9. Grayscale: #515151. Windows color (decimal): -10397946 or 415585. OLE color: 415585.

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

Color convert

RGB97876-
CMYK00.100.940.62
HSL53.41º88.35%20.2%-
HSV(B)53.41º93.81%38.04%-
XYZ8.379.371.54-
YUV80.7685.81139.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=51.05%
G=45.79%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9787600.100.940.6253.4188.3520.2
Hex615760A5E3E355814
Octal1411276012136766513024
Binary11000011010111110010101011110111110110101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615706; }

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

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

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

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

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

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

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

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