#634C21

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

Shades of Bronze Olive #634C21

Tints of Bronze Olive #634C21

Color information

#634C21 (or 0x634C21) is unknown color: approx Bronze Olive. HEX triplet: 63, 4C and 21. RGB value is (99,76,33). Sum of RGB (Red+Green+Blue) = 99+76+33=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #634C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C21 is #9CB3DE. Grayscale: #4E4E4E. Windows color (decimal): -10269663 or 2182243. OLE color: 2182243.

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

Color convert

RGB997633-
CMYK00.230.670.61
HSL39.09º50%25.88%-
HSV(B)39.09º66.67%38.82%-
XYZ87.932.55-
YUV77.97102.62143-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=47.60%
G=36.54%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99763300.230.670.6139.095025.88
Hex634C21017433D27321a
Octal1431144102710375476232
Binary11000111001100100001010111100001111110110011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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