#634D21

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

Shades of Bronze Olive #634D21

Tints of Bronze Olive #634D21

Color information

#634D21 (or 0x634D21) is unknown color: approx Bronze Olive. HEX triplet: 63, 4D and 21. RGB value is (99,77,33). Sum of RGB (Red+Green+Blue) = 99+77+33=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #634D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D21 is #9CB2DE. Grayscale: #4E4E4E. Windows color (decimal): -10269407 or 2182499. OLE color: 2182499.

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

Color convert

RGB997733-
CMYK00.220.670.61
HSL40º50%25.88%-
HSV(B)40º66.67%38.82%-
XYZ8.078.072.57-
YUV78.56102.29142.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=47.37%
G=36.84%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99773300.220.670.61405025.88
Hex634D21016433D28321a
Octal1431154102610375506232
Binary11000111001101100001010110100001111110110100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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