#624C24

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

Shades of Bronze Olive #624C24

Tints of Bronze Olive #624C24

Color information

#624C24 (or 0x624C24) is unknown color: approx Bronze Olive. HEX triplet: 62, 4C and 24. RGB value is (98,76,36). Sum of RGB (Red+Green+Blue) = 98+76+36=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C24 is #9DB3DB. Grayscale: #4E4E4E. Windows color (decimal): -10335196 or 2378850. OLE color: 2378850.

HSL color Cylindrical-coordinate representation of color #624C24: hue angle of 38.71º 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 #624C24 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB987636-
CMYK00.220.630.62
HSL38.71º46.27%26.27%-
HSV(B)38.71º63.27%38.43%-
XYZ7.947.892.77-
YUV78.02104.29142.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 36 (14.45% from 255) = 17.14%
R=46.67%
G=36.19%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98763600.220.630.6238.7146.2726.27
Hex624C240163F3E272e1a
Octal142114440267776475632
Binary1100010100110010010001011011111111111010011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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