#625115

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

Shades of Bronze Olive #625115

Tints of Bronze Olive #625115

Color information

#625115 (or 0x625115) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 15. RGB value is (98,81,21). Sum of RGB (Red+Green+Blue) = 98+81+21=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #625115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625115 is #9DAEEA. Grayscale: #4F4F4F. Windows color (decimal): -10333931 or 1397090. OLE color: 1397090.

HSL color Cylindrical-coordinate representation of color #625115: hue angle of 46.75º 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 #625115 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB988121-
CMYK00.170.790.62
HSL46.75º64.71%23.33%-
HSV(B)46.75º78.57%38.43%-
XYZ8.118.541.93-
YUV79.2495.13141.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=49%
G=40.5%
B=10.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98812100.170.790.6246.7564.7123.33
Hex6251150114F3E2f4117
Octal14212125021117765710127
Binary11000101010001101010100011001111111110101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625115; }

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

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

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

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

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

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

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

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