#625122

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

Shades of Bronze Olive #625122

Tints of Bronze Olive #625122

Color information

#625122 (or 0x625122) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 22. RGB value is (98,81,34). Sum of RGB (Red+Green+Blue) = 98+81+34=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #625122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625122 is #9DAEDD. Grayscale: #505050. Windows color (decimal): -10333918 or 2249058. OLE color: 2249058.

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

Color convert

RGB988134-
CMYK00.170.650.62
HSL44.06º48.48%25.88%-
HSV(B)44.06º65.31%38.43%-
XYZ8.278.62.74-
YUV80.72101.63140.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=46.01%
G=38.03%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98813400.170.650.6244.0648.4825.88
Hex625122011413E2c301a
Octal1421214202110176546032
Binary11000101010001100010010001100000111111010110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625122; }

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

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

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

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

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

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

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

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