#614916

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

Shades of Bronze Olive #614916

Tints of Bronze Olive #614916

Color information

#614916 (or 0x614916) is unknown color: approx Bronze Olive. HEX triplet: 61, 49 and 16. RGB value is (97,73,22). Sum of RGB (Red+Green+Blue) = 97+73+22=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #614916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614916 is #9EB6E9. Grayscale: #4A4A4A. Windows color (decimal): -10401514 or 1460577. OLE color: 1460577.

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

Color convert

RGB977322-
CMYK00.250.770.62
HSL40.8º63.03%23.33%-
HSV(B)40.8º77.32%38.04%-
XYZ7.467.361.79-
YUV74.3698.45144.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=50.52%
G=38.02%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97732200.250.770.6240.863.0323.33
Hex6149160194D3E293f17
Octal1411112603111576517727
Binary1100001100100110110011001100110111111010100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614916; }

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

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

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

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

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

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

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

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