#604F18

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

Shades of Bronze Olive #604F18

Tints of Bronze Olive #604F18

Color information

#604F18 (or 0x604F18) is unknown color: approx Bronze Olive. HEX triplet: 60, 4F and 18. RGB value is (96,79,24). Sum of RGB (Red+Green+Blue) = 96+79+24=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F18 is #9FB0E7. Grayscale: #4E4E4E. Windows color (decimal): -10465512 or 1593184. OLE color: 1593184.

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

Color convert

RGB967924-
CMYK00.180.750.62
HSL45.83º60%23.53%-
HSV(B)45.83º75%37.65%-
XYZ7.788.142.03-
YUV77.8197.63140.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=48.24%
G=39.70%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96792400.180.750.6245.836023.53
Hex604F180124B3E2e3c18
Octal1401173002211376567430
Binary1100000100111111000010010100101111111010111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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