#625015

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

Shades of Bronze Olive #625015

Tints of Bronze Olive #625015

Color information

#625015 (or 0x625015) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 15. RGB value is (98,80,21). Sum of RGB (Red+Green+Blue) = 98+80+21=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #625015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625015 is #9DAFEA. Grayscale: #4E4E4E. Windows color (decimal): -10334187 or 1396834. OLE color: 1396834.

HSL color Cylindrical-coordinate representation of color #625015: hue angle of 45.97º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #625015 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB988021-
CMYK00.180.790.62
HSL45.97º64.71%23.33%-
HSV(B)45.97º78.57%38.43%-
XYZ8.048.391.9-
YUV78.6695.46141.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 21 (8.59% from 255) = 10.55%
R=49.25%
G=40.20%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98802100.180.790.6245.9764.7123.33
Hex6250150124F3E2e4117
Octal14212025022117765610127
Binary11000101010000101010100101001111111110101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625015; }

 p { color: rgb(98,80,21); }

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

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

 a { background-color: rgb(98,80,21); }

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

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

 span { border-color: rgb(98,80,21); }

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