#625218

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

Shades of Bronze Olive #625218

Tints of Bronze Olive #625218

Color information

#625218 (or 0x625218) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 18. RGB value is (98,82,24). Sum of RGB (Red+Green+Blue) = 98+82+24=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #625218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625218 is #9DADE7. Grayscale: #505050. Windows color (decimal): -10333672 or 1593954. OLE color: 1593954.

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

Color convert

RGB988224-
CMYK00.160.760.62
HSL47.03º60.66%23.92%-
HSV(B)47.03º75.51%38.43%-
XYZ8.228.72.11-
YUV80.1796.3140.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=48.04%
G=40.20%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98822400.160.760.6247.0360.6623.92
Hex6252180104C3E2f3d18
Octal1421223002011476577530
Binary1100010101001011000010000100110011111010111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625218; }

 p { color: rgb(98,82,24); }

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

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

 a { background-color: rgb(98,82,24); }

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

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

 span { border-color: rgb(98,82,24); }

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