#625211

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

Shades of Bronze Olive #625211

Tints of Bronze Olive #625211

Color information

#625211 (or 0x625211) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 11. RGB value is (98,82,17). Sum of RGB (Red+Green+Blue) = 98+82+17=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #625211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625211 is #9DADEE. Grayscale: #4F4F4F. Windows color (decimal): -10333679 or 1135202. OLE color: 1135202.

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

Color convert

RGB988217-
CMYK00.160.830.62
HSL48.15º70.43%22.55%-
HSV(B)48.15º82.65%38.43%-
XYZ8.168.671.77-
YUV79.3792.8141.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=49.75%
G=41.62%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98821700.160.830.6248.1570.4322.55
Hex625211010533E304617
Octal14212221020123766010627
Binary11000101010010100010100001010011111110110000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625211; }

 p { color: rgb(98,82,17); }

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

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

 a { background-color: rgb(98,82,17); }

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

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

 span { border-color: rgb(98,82,17); }

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