#625117

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

Shades of Bronze Olive #625117

Tints of Bronze Olive #625117

Color information

#625117 (or 0x625117) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 17. RGB value is (98,81,23). Sum of RGB (Red+Green+Blue) = 98+81+23=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #625117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625117 is #9DAEE8. Grayscale: #4F4F4F. Windows color (decimal): -10333929 or 1528162. OLE color: 1528162.

HSL color Cylindrical-coordinate representation of color #625117: hue angle of 46.4º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #625117 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB988123-
CMYK00.170.770.62
HSL46.4º61.98%23.73%-
HSV(B)46.4º76.53%38.43%-
XYZ8.138.542.03-
YUV79.4796.13141.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 23 (9.38% from 255) = 11.39%
R=48.51%
G=40.10%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98812300.170.770.6246.461.9823.73
Hex6251170114D3E2e3e18
Octal1421212702111576567630
Binary1100010101000110111010001100110111111010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625117; }

 p { color: rgb(98,81,23); }

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

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

 a { background-color: rgb(98,81,23); }

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

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

 span { border-color: rgb(98,81,23); }

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