#604F0E

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

Shades of Bronze Olive #604F0E

Tints of Bronze Olive #604F0E

Color information

#604F0E (or 0x604F0E) is unknown color: approx Bronze Olive. HEX triplet: 60, 4F and 0E. RGB value is (96,79,14). Sum of RGB (Red+Green+Blue) = 96+79+14=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F0E is #9FB0F1. Grayscale: #4C4C4C. Windows color (decimal): -10465522 or 937824. OLE color: 937824.

HSL color Cylindrical-coordinate representation of color #604F0E: hue angle of 47.56º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #604F0E is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB967914-
CMYK00.180.850.62
HSL47.56º74.55%21.57%-
HSV(B)47.56º85.42%37.65%-
XYZ7.78.111.58-
YUV76.6792.63141.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=50.79%
G=41.80%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96791400.180.850.6247.5674.5521.57
Hex604FE012553E304b16
Octal14011716022125766011326
Binary1100000100111111100100101010101111110110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604F0E; }

 p { color: rgb(96,79,14); }

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

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

 a { background-color: rgb(96,79,14); }

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

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

 span { border-color: rgb(96,79,14); }

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