#624E20

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

Shades of Bronze Olive #624E20

Tints of Bronze Olive #624E20

Color information

#624E20 (or 0x624E20) is unknown color: approx Bronze Olive. HEX triplet: 62, 4E and 20. RGB value is (98,78,32). Sum of RGB (Red+Green+Blue) = 98+78+32=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #624E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E20 is #9DB1DF. Grayscale: #4E4E4E. Windows color (decimal): -10334688 or 2117218. OLE color: 2117218.

HSL color Cylindrical-coordinate representation of color #624E20: hue angle of 41.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #624E20 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB987832-
CMYK00.200.670.62
HSL41.82º50.77%25.49%-
HSV(B)41.82º67.35%38.43%-
XYZ8.028.152.52-
YUV78.74101.63141.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=47.12%
G=37.5%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98783200.200.670.6241.8250.7725.49
Hex624E20014433E2a3319
Octal1421164002410376526331
Binary11000101001110100000010100100001111111010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,78,32); }

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

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

 a { background-color: rgb(98,78,32); }

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

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

 span { border-color: rgb(98,78,32); }

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