#615321

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

Shades of Bronze Olive #615321

Tints of Bronze Olive #615321

Color information

#615321 (or 0x615321) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 21. RGB value is (97,83,33). Sum of RGB (Red+Green+Blue) = 97+83+33=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #615321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615321 is #9EACDE. Grayscale: #515151. Windows color (decimal): -10398943 or 2184033. OLE color: 2184033.

HSL color Cylindrical-coordinate representation of color #615321: hue angle of 46.88º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #615321 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB978333-
CMYK00.140.660.62
HSL46.88º49.23%25.49%-
HSV(B)46.88º65.98%38.04%-
XYZ8.38.842.71-
YUV81.49100.64139.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=45.54%
G=38.97%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97833300.140.660.6246.8849.2325.49
Hex6153210E423E2f3119
Octal1411234101610276576131
Binary1100001101001110000101110100001011111010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615321; }

 p { color: rgb(97,83,33); }

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

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

 a { background-color: rgb(97,83,33); }

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

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

 span { border-color: rgb(97,83,33); }

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