#624F1C

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

Shades of Bronze Olive #624F1C

Tints of Bronze Olive #624F1C

Color information

#624F1C (or 0x624F1C) is unknown color: approx Bronze Olive. HEX triplet: 62, 4F and 1C. RGB value is (98,79,28). Sum of RGB (Red+Green+Blue) = 98+79+28=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #624F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F1C is #9DB0E3. Grayscale: #4F4F4F. Windows color (decimal): -10334436 or 1855330. OLE color: 1855330.

HSL color Cylindrical-coordinate representation of color #624F1C: hue angle of 43.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #624F1C is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB987928-
CMYK00.190.710.62
HSL43.71º55.56%24.71%-
HSV(B)43.71º71.43%38.43%-
XYZ8.048.272.27-
YUV78.8799.29141.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=47.80%
G=38.54%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98792800.190.710.6243.7155.5624.71
Hex624F1C013473E2c3819
Octal1421173402310776547031
Binary1100010100111111100010011100011111111010110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624F1C; }

 p { color: rgb(98,79,28); }

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

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

 a { background-color: rgb(98,79,28); }

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

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

 span { border-color: rgb(98,79,28); }

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