#624F1D

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

Shades of Bronze Olive #624F1D

Tints of Bronze Olive #624F1D

Color information

#624F1D (or 0x624F1D) is unknown color: approx Bronze Olive. HEX triplet: 62, 4F and 1D. RGB value is (98,79,29). Sum of RGB (Red+Green+Blue) = 98+79+29=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #624F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F1D is #9DB0E2. Grayscale: #4F4F4F. Windows color (decimal): -10334435 or 1920866. OLE color: 1920866.

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

Color convert

RGB987929-
CMYK00.190.700.62
HSL43.48º54.33%24.9%-
HSV(B)43.48º70.41%38.43%-
XYZ8.058.282.34-
YUV78.9899.79141.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=47.57%
G=38.35%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98792900.190.700.6243.4854.3324.9
Hex624F1D013463E2b3619
Octal1421173502310676536631
Binary1100010100111111101010011100011011111010101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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