#625111

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

Shades of Bronze Olive #625111

Tints of Bronze Olive #625111

Color information

#625111 (or 0x625111) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 11. RGB value is (98,81,17). Sum of RGB (Red+Green+Blue) = 98+81+17=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #625111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625111 is #9DAEEE. Grayscale: #4F4F4F. Windows color (decimal): -10333935 or 1134946. OLE color: 1134946.

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

Color convert

RGB988117-
CMYK00.170.830.62
HSL47.41º70.43%22.55%-
HSV(B)47.41º82.65%38.43%-
XYZ8.088.521.75-
YUV78.7993.13141.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=50%
G=41.33%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98811700.170.830.6247.4170.4322.55
Hex625111011533E2f4617
Octal14212121021123765710627
Binary11000101010001100010100011010011111110101111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625111; }

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

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

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

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

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

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

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

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