#614F25

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

Shades of Bronze Olive #614F25

Tints of Bronze Olive #614F25

Color information

#614F25 (or 0x614F25) is unknown color: approx Bronze Olive. HEX triplet: 61, 4F and 25. RGB value is (97,79,37). Sum of RGB (Red+Green+Blue) = 97+79+37=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #614F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F25 is #9EB0DA. Grayscale: #4F4F4F. Windows color (decimal): -10399963 or 2445153. OLE color: 2445153.

HSL color Cylindrical-coordinate representation of color #614F25: hue angle of 42º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614F25 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB977937-
CMYK00.190.620.62
HSL42º44.78%26.27%-
HSV(B)42º61.86%38.04%-
XYZ8.068.272.92-
YUV79.59103.96140.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=45.54%
G=37.09%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97793700.190.620.624244.7826.27
Hex614F250133E3E2a2d1a
Octal141117450237676525532
Binary1100001100111110010101001111111011111010101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614F25; }

 p { color: rgb(97,79,37); }

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

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

 a { background-color: rgb(97,79,37); }

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

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

 span { border-color: rgb(97,79,37); }

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