#634D20

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

Shades of Bronze Olive #634D20

Tints of Bronze Olive #634D20

Color information

#634D20 (or 0x634D20) is unknown color: approx Bronze Olive. HEX triplet: 63, 4D and 20. RGB value is (99,77,32). Sum of RGB (Red+Green+Blue) = 99+77+32=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #634D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D20 is #9CB2DF. Grayscale: #4E4E4E. Windows color (decimal): -10269408 or 2116963. OLE color: 2116963.

HSL color Cylindrical-coordinate representation of color #634D20: hue angle of 40.3º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #634D20 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB997732-
CMYK00.220.680.61
HSL40.3º51.15%25.69%-
HSV(B)40.3º67.68%38.82%-
XYZ8.068.062.5-
YUV78.45101.79142.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=47.60%
G=37.02%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99773200.220.680.6140.351.1525.69
Hex634D20016443D28331a
Octal1431154002610475506332
Binary11000111001101100000010110100010011110110100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634D20; }

 p { color: rgb(99,77,32); }

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

<style>
 a { background-color: #634D20; }

 a { background-color: rgb(99,77,32); }

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

<style>
 span { border-color: #634D20; }

 span { border-color: rgb(99,77,32); }

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