#625214

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

Shades of Bronze Olive #625214

Tints of Bronze Olive #625214

Color information

#625214 (or 0x625214) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 14. RGB value is (98,82,20). Sum of RGB (Red+Green+Blue) = 98+82+20=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #625214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625214 is #9DADEB. Grayscale: #4F4F4F. Windows color (decimal): -10333676 or 1331810. OLE color: 1331810.

HSL color Cylindrical-coordinate representation of color #625214: hue angle of 47.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #625214 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB988220-
CMYK00.160.800.62
HSL47.69º66.1%23.14%-
HSV(B)47.69º79.59%38.43%-
XYZ8.188.681.91-
YUV79.7294.3141.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 20 (8.20% from 255) = 10%
R=49%
G=41%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98822000.160.800.6247.6966.123.14
Hex625214010503E304217
Octal14212224020120766010227
Binary11000101010010101000100001010000111110110000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625214; }

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

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

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

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

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

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

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

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