#625012

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

Shades of Bronze Olive #625012

Tints of Bronze Olive #625012

Color information

#625012 (or 0x625012) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 12. RGB value is (98,80,18). Sum of RGB (Red+Green+Blue) = 98+80+18=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #625012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625012 is #9DAFED. Grayscale: #4E4E4E. Windows color (decimal): -10334190 or 1200226. OLE color: 1200226.

HSL color Cylindrical-coordinate representation of color #625012: hue angle of 46.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #625012 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB988018-
CMYK00.180.820.62
HSL46.5º68.97%22.75%-
HSV(B)46.5º81.63%38.43%-
XYZ8.018.381.77-
YUV78.3193.96142.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=50%
G=40.82%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98801800.180.820.6246.568.9722.75
Hex625012012523E2e4517
Octal14212022022122765610527
Binary11000101010000100100100101010010111110101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625012; }

 p { color: rgb(98,80,18); }

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

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

 a { background-color: rgb(98,80,18); }

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

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

 span { border-color: rgb(98,80,18); }

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