#625421

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

Shades of Bronze Olive #625421

Tints of Bronze Olive #625421

Color information

#625421 (or 0x625421) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 21. RGB value is (98,84,33). Sum of RGB (Red+Green+Blue) = 98+84+33=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #625421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625421 is #9DABDE. Grayscale: #525252. Windows color (decimal): -10333151 or 2184290. OLE color: 2184290.

HSL color Cylindrical-coordinate representation of color #625421: hue angle of 47.08º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #625421 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB988433-
CMYK00.140.660.62
HSL47.08º49.62%25.69%-
HSV(B)47.08º66.33%38.43%-
XYZ8.489.052.74-
YUV82.37100.14139.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=45.58%
G=39.07%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98843300.140.660.6247.0849.6225.69
Hex6254210E423E2f321a
Octal1421244101610276576232
Binary1100010101010010000101110100001011111010111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625421; }

 p { color: rgb(98,84,33); }

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

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

 a { background-color: rgb(98,84,33); }

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

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

 span { border-color: rgb(98,84,33); }

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