#625610

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

Shades of Bronze Olive #625610

Tints of Bronze Olive #625610

Color information

#625610 (or 0x625610) is unknown color: approx Bronze Olive. HEX triplet: 62, 56 and 10. RGB value is (98,86,16). Sum of RGB (Red+Green+Blue) = 98+86+16=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #625610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625610 is #9DA9EF. Grayscale: #515151. Windows color (decimal): -10332656 or 1070690. OLE color: 1070690.

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

Color convert

RGB988616-
CMYK00.120.840.62
HSL51.22º71.93%22.35%-
HSV(B)51.22º83.67%38.43%-
XYZ8.469.291.84-
YUV81.6190.98139.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 16 (6.64% from 255) = 8%
R=49%
G=43%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98861600.120.840.6251.2271.9322.35
Hex6256100C543E334816
Octal14212620014124766311026
Binary1100010101011010000011001010100111110110011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625610; }

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

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

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

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

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

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

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

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