#625322

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

Shades of Bronze Olive #625322

Tints of Bronze Olive #625322

Color information

#625322 (or 0x625322) is unknown color: approx Bronze Olive. HEX triplet: 62, 53 and 22. RGB value is (98,83,34). Sum of RGB (Red+Green+Blue) = 98+83+34=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #625322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625322 is #9DACDD. Grayscale: #525252. Windows color (decimal): -10333406 or 2249570. OLE color: 2249570.

HSL color Cylindrical-coordinate representation of color #625322: hue angle of 45.94º 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 #625322 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB988334-
CMYK00.150.650.62
HSL45.94º48.48%25.88%-
HSV(B)45.94º65.31%38.43%-
XYZ8.428.92.79-
YUV81.9100.97139.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=45.58%
G=38.60%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98833400.150.650.6245.9448.4825.88
Hex6253220F413E2e301a
Octal1421234201710176566032
Binary1100010101001110001001111100000111111010111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625322; }

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

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

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

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

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

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

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

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