#614915

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

Shades of Bronze Olive #614915

Tints of Bronze Olive #614915

Color information

#614915 (or 0x614915) is unknown color: approx Bronze Olive. HEX triplet: 61, 49 and 15. RGB value is (97,73,21). Sum of RGB (Red+Green+Blue) = 97+73+21=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614915 is #9EB6EA. Grayscale: #4A4A4A. Windows color (decimal): -10401515 or 1395041. OLE color: 1395041.

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

Color convert

RGB977321-
CMYK00.250.780.62
HSL41.05º64.41%23.14%-
HSV(B)41.05º78.35%38.04%-
XYZ7.457.361.74-
YUV74.2597.95144.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=50.79%
G=38.22%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97732100.250.780.6241.0564.4123.14
Hex6149150194E3E294017
Octal14111125031116765110027
Binary11000011001001101010110011001110111110101001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614915; }

 p { color: rgb(97,73,21); }

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

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

 a { background-color: rgb(97,73,21); }

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

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

 span { border-color: rgb(97,73,21); }

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