#624F14

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

Shades of Bronze Olive #624F14

Tints of Bronze Olive #624F14

Color information

#624F14 (or 0x624F14) is unknown color: approx Bronze Olive. HEX triplet: 62, 4F and 14. RGB value is (98,79,20). Sum of RGB (Red+Green+Blue) = 98+79+20=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #624F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624F14 is #9DB0EB. Grayscale: #4E4E4E. Windows color (decimal): -10334444 or 1331042. OLE color: 1331042.

HSL color Cylindrical-coordinate representation of color #624F14: hue angle of 45.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624F14 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB987920-
CMYK00.190.800.62
HSL45.38º66.1%23.14%-
HSV(B)45.38º79.59%38.43%-
XYZ7.968.241.83-
YUV77.9695.29142.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=49.75%
G=40.10%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98792000.190.800.6245.3866.123.14
Hex624F14013503E2d4217
Octal14211724023120765510227
Binary11000101001111101000100111010000111110101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624F14; }

 p { color: rgb(98,79,20); }

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

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

 a { background-color: rgb(98,79,20); }

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

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

 span { border-color: rgb(98,79,20); }

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