#625509

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

Shades of Bronze Olive #625509

Tints of Bronze Olive #625509

Color information

#625509 (or 0x625509) is unknown color: approx Bronze Olive. HEX triplet: 62, 55 and 09. RGB value is (98,85,9). Sum of RGB (Red+Green+Blue) = 98+85+9=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #625509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625509 is #9DAAF6. Grayscale: #505050. Windows color (decimal): -10332919 or 611682. OLE color: 611682.

HSL color Cylindrical-coordinate representation of color #625509: hue angle of 51.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #625509 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB98859-
CMYK00.130.910.62
HSL51.24º83.18%20.98%-
HSV(B)51.24º90.82%38.43%-
XYZ8.339.111.58-
YUV80.2287.81140.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=51.04%
G=44.27%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9885900.130.910.6251.2483.1820.98
Hex625590D5B3E335315
Octal14212511015133766312325
Binary110001010101011001011011011011111110110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625509; }

 p { color: rgb(98,85,9); }

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

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

 a { background-color: rgb(98,85,9); }

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

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

 span { border-color: rgb(98,85,9); }

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