#614F24

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

Shades of Bronze Olive #614F24

Tints of Bronze Olive #614F24

Color information

#614F24 (or 0x614F24) is unknown color: approx Bronze Olive. HEX triplet: 61, 4F and 24. RGB value is (97,79,36). Sum of RGB (Red+Green+Blue) = 97+79+36=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F24 is #9EB0DB. Grayscale: #4F4F4F. Windows color (decimal): -10399964 or 2379617. OLE color: 2379617.

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

Color convert

RGB977936-
CMYK00.190.630.62
HSL42.3º45.86%26.08%-
HSV(B)42.3º62.89%38.04%-
XYZ8.048.262.84-
YUV79.48103.46140.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=45.75%
G=37.26%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97793600.190.630.6242.345.8626.08
Hex614F240133F3E2a2e1a
Octal141117440237776525632
Binary1100001100111110010001001111111111111010101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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