#625423

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

Shades of Bronze Olive #625423

Tints of Bronze Olive #625423

Color information

#625423 (or 0x625423) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 23. RGB value is (98,84,35). Sum of RGB (Red+Green+Blue) = 98+84+35=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #625423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625423 is #9DABDC. Grayscale: #525252. Windows color (decimal): -10333149 or 2315362. OLE color: 2315362.

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

Color convert

RGB988435-
CMYK00.140.640.62
HSL46.67º47.37%26.08%-
HSV(B)46.67º64.29%38.43%-
XYZ8.519.062.89-
YUV82.6101.14138.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=45.16%
G=38.71%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98843500.140.640.6246.6747.3726.08
Hex6254230E403E2f2f1a
Octal1421244301610076575732
Binary1100010101010010001101110100000011111010111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625423; }

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

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

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

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

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

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

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

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