#624F10

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

Shades of Bronze Olive #624F10

Tints of Bronze Olive #624F10

Color information

#624F10 (or 0x624F10) is unknown color: approx Bronze Olive. HEX triplet: 62, 4F and 10. RGB value is (98,79,16). Sum of RGB (Red+Green+Blue) = 98+79+16=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #624F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624F10 is #9DB0EF. Grayscale: #4D4D4D. Windows color (decimal): -10334448 or 1068898. OLE color: 1068898.

HSL color Cylindrical-coordinate representation of color #624F10: hue angle of 46.1º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #624F10 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB987916-
CMYK00.190.840.62
HSL46.1º71.93%22.35%-
HSV(B)46.1º83.67%38.43%-
XYZ7.938.231.66-
YUV77.593.29142.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=50.78%
G=40.93%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98791600.190.840.6246.171.9322.35
Hex624F10013543E2e4816
Octal14211720023124765611026
Binary11000101001111100000100111010100111110101110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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