#625617

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

Shades of Bronze Olive #625617

Tints of Bronze Olive #625617

Color information

#625617 (or 0x625617) is unknown color: approx Bronze Olive. HEX triplet: 62, 56 and 17. RGB value is (98,86,23). Sum of RGB (Red+Green+Blue) = 98+86+23=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #625617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625617 is #9DA9E8. Grayscale: #525252. Windows color (decimal): -10332649 or 1529442. OLE color: 1529442.

HSL color Cylindrical-coordinate representation of color #625617: hue angle of 50.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 #625617 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB988623-
CMYK00.120.770.62
HSL50.4º61.98%23.73%-
HSV(B)50.4º76.53%38.43%-
XYZ8.529.312.16-
YUV82.4194.48139.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=47.34%
G=41.55%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98862300.120.770.6250.461.9823.73
Hex6256170C4D3E323e18
Octal1421262701411576627630
Binary110001010101101011101100100110111111011001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625617; }

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

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

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

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

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

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

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

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