#624D26

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

Shades of Bronze Olive #624D26

Tints of Bronze Olive #624D26

Color information

#624D26 (or 0x624D26) is unknown color: approx Bronze Olive. HEX triplet: 62, 4D and 26. RGB value is (98,77,38). Sum of RGB (Red+Green+Blue) = 98+77+38=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #624D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D26 is #9DB2D9. Grayscale: #4F4F4F. Windows color (decimal): -10334938 or 2510178. OLE color: 2510178.

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

Color convert

RGB987738-
CMYK00.210.610.62
HSL39º44.12%26.67%-
HSV(B)39º61.22%38.43%-
XYZ8.048.042.96-
YUV78.83104.96141.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=46.01%
G=36.15%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98773800.210.610.623944.1226.67
Hex624D260153D3E272c1b
Octal142115460257576475433
Binary1100010100110110011001010111110111111010011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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