#634C16

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

Shades of Bronze Olive #634C16

Tints of Bronze Olive #634C16

Color information

#634C16 (or 0x634C16) is unknown color: approx Bronze Olive. HEX triplet: 63, 4C and 16. RGB value is (99,76,22). Sum of RGB (Red+Green+Blue) = 99+76+22=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #634C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634C16 is #9CB3E9. Grayscale: #4C4C4C. Windows color (decimal): -10269674 or 1461347. OLE color: 1461347.

HSL color Cylindrical-coordinate representation of color #634C16: hue angle of 42.08º 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 #634C16 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB997622-
CMYK00.230.780.61
HSL42.08º63.64%23.73%-
HSV(B)42.08º77.78%38.82%-
XYZ7.877.881.86-
YUV76.7297.12143.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=50.25%
G=38.58%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99762200.230.780.6142.0863.6423.73
Hex634C160174E3D2a4018
Octal14311426027116755210030
Binary11000111001100101100101111001110111101101010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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