#624F24

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

Shades of Bronze Olive #624F24

Tints of Bronze Olive #624F24

Color information

#624F24 (or 0x624F24) is unknown color: approx Bronze Olive. HEX triplet: 62, 4F and 24. RGB value is (98,79,36). Sum of RGB (Red+Green+Blue) = 98+79+36=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #624F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F24 is #9DB0DB. Grayscale: #4F4F4F. Windows color (decimal): -10334428 or 2379618. OLE color: 2379618.

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

Color convert

RGB987936-
CMYK00.190.630.62
HSL41.61º46.27%26.27%-
HSV(B)41.61º63.27%38.43%-
XYZ8.158.322.84-
YUV79.78103.29141-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=46.01%
G=37.09%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98793600.190.630.6241.6146.2726.27
Hex624F240133F3E2a2e1a
Octal142117440237776525632
Binary1100010100111110010001001111111111111010101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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