#625116

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

Shades of Bronze Olive #625116

Tints of Bronze Olive #625116

Color information

#625116 (or 0x625116) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 16. RGB value is (98,81,22). Sum of RGB (Red+Green+Blue) = 98+81+22=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #625116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625116 is #9DAEE9. Grayscale: #4F4F4F. Windows color (decimal): -10333930 or 1462626. OLE color: 1462626.

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

Color convert

RGB988122-
CMYK00.170.780.62
HSL46.58º63.33%23.53%-
HSV(B)46.58º77.55%38.43%-
XYZ8.128.541.98-
YUV79.3695.63141.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=48.76%
G=40.30%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98812200.170.780.6246.5863.3323.53
Hex6251160114E3E2f3f18
Octal1421212602111676577730
Binary1100010101000110110010001100111011111010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625116; }

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

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

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

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

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

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

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

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