#634D16

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

Shades of Bronze Olive #634D16

Tints of Bronze Olive #634D16

Color information

#634D16 (or 0x634D16) is unknown color: approx Bronze Olive. HEX triplet: 63, 4D and 16. RGB value is (99,77,22). Sum of RGB (Red+Green+Blue) = 99+77+22=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #634D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D16 is #9CB2E9. Grayscale: #4D4D4D. Windows color (decimal): -10269418 or 1461603. OLE color: 1461603.

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

Color convert

RGB997722-
CMYK00.220.780.61
HSL42.86º63.64%23.73%-
HSV(B)42.86º77.78%38.82%-
XYZ7.948.021.89-
YUV77.3196.79143.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99772200.220.780.6142.8663.6423.73
Hex634D160164E3D2b4018
Octal14311526026116755310030
Binary11000111001101101100101101001110111101101011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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