#625615

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

Shades of Bronze Olive #625615

Tints of Bronze Olive #625615

Color information

#625615 (or 0x625615) is unknown color: approx Bronze Olive. HEX triplet: 62, 56 and 15. RGB value is (98,86,21). Sum of RGB (Red+Green+Blue) = 98+86+21=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #625615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625615 is #9DA9EA. Grayscale: #525252. Windows color (decimal): -10332651 or 1398370. OLE color: 1398370.

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

Color convert

RGB988621-
CMYK00.120.790.62
HSL50.65º64.71%23.33%-
HSV(B)50.65º78.57%38.43%-
XYZ8.59.312.06-
YUV82.1893.48139.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=47.80%
G=41.95%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98862100.120.790.6250.6564.7123.33
Hex6256150C4F3E334117
Octal14212625014117766310127
Binary1100010101011010101011001001111111110110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625615; }

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

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

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

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

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

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

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

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