#625310

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

Shades of Bronze Olive #625310

Tints of Bronze Olive #625310

Color information

#625310 (or 0x625310) is unknown color: approx Bronze Olive. HEX triplet: 62, 53 and 10. RGB value is (98,83,16). Sum of RGB (Red+Green+Blue) = 98+83+16=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #625310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625310 is #9DACEF. Grayscale: #505050. Windows color (decimal): -10333424 or 1069922. OLE color: 1069922.

HSL color Cylindrical-coordinate representation of color #625310: hue angle of 49.02º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #625310 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB988316-
CMYK00.150.840.62
HSL49.02º71.93%22.35%-
HSV(B)49.02º83.67%38.43%-
XYZ8.228.821.76-
YUV79.8591.97140.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=49.75%
G=42.13%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98831600.150.840.6249.0271.9322.35
Hex6253100F543E314816
Octal14212320017124766111026
Binary1100010101001110000011111010100111110110001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625310; }

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

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

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

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

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

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

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

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