#615020

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

Shades of Bronze Olive #615020

Tints of Bronze Olive #615020

Color information

#615020 (or 0x615020) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 20. RGB value is (97,80,32). Sum of RGB (Red+Green+Blue) = 97+80+32=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #615020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615020 is #9EAFDF. Grayscale: #4F4F4F. Windows color (decimal): -10399712 or 2117729. OLE color: 2117729.

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

Color convert

RGB978032-
CMYK00.180.670.62
HSL44.31º50.39%25.29%-
HSV(B)44.31º67.01%38.04%-
XYZ8.068.382.56-
YUV79.61101.13140.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=46.41%
G=38.28%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97803200.180.670.6244.3150.3925.29
Hex615020012433E2c3219
Octal1411204002210376546231
Binary11000011010000100000010010100001111111010110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615020; }

 p { color: rgb(97,80,32); }

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

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

 a { background-color: rgb(97,80,32); }

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

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

 span { border-color: rgb(97,80,32); }

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