#624E25

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

Shades of Bronze Olive #624E25

Tints of Bronze Olive #624E25

Color information

#624E25 (or 0x624E25) is unknown color: approx Bronze Olive. HEX triplet: 62, 4E and 25. RGB value is (98,78,37). Sum of RGB (Red+Green+Blue) = 98+78+37=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #624E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E25 is #9DB1DA. Grayscale: #4F4F4F. Windows color (decimal): -10334683 or 2444898. OLE color: 2444898.

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

Color convert

RGB987837-
CMYK00.200.620.62
HSL40.33º45.19%26.47%-
HSV(B)40.33º62.24%38.43%-
XYZ8.18.182.9-
YUV79.31104.13141.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=46.01%
G=36.62%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98783700.200.620.6240.3345.1926.47
Hex624E250143E3E282d1a
Octal142116450247676505532
Binary1100010100111010010101010011111011111010100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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