#624d1f

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

Shades of Bronze Olive #624D1F

Tints of Bronze Olive #624D1F

Color information

#624D1F (or 0x624D1F) is unknown color: approx Bronze Olive. HEX triplet: 62, 4D and 1F. RGB value is (98,77,31). Sum of RGB (Red+Green+Blue) = 98+77+31=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #624D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D1F is #9DB2E0. Grayscale: #4E4E4E. Windows color (decimal): -10334945 or 2051426. OLE color: 2051426.

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

Color convert

RGB987731-
CMYK00.210.680.62
HSL41.19º51.94%25.29%-
HSV(B)41.19º68.37%38.43%-
XYZ7.9482.42-
YUV78.04101.46142.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=47.57%
G=37.38%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98773100.210.680.6241.1951.9425.29
Hex624D1F015443E293419
Octal1421153702510476516431
Binary1100010100110111111010101100010011111010100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,77,31); }

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

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

 a { background-color: rgb(98,77,31); }

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

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

 span { border-color: rgb(98,77,31); }

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