#634D40

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

Shades of Saddle #634D40

Tints of Saddle #634D40

Color information

#634D40 (or 0x634D40) is unknown color: approx Saddle. HEX triplet: 63, 4D and 40. RGB value is (99,77,64). Sum of RGB (Red+Green+Blue) = 99+77+64=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #634D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D40 is #9CB2BF. Grayscale: #525252. Windows color (decimal): -10269376 or 4214115. OLE color: 4214115.

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

Color convert

RGB997764-
CMYK00.220.350.61
HSL22.29º21.47%31.96%-
HSV(B)22.29º35.35%38.82%-
XYZ8.728.336-
YUV82.1117.79140.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=41.25%
G=32.08%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99776400.220.350.6122.2921.4731.96
Hex634D40016233D161520
Octal1431151000264375262540
Binary1100011100110110000000101101000111111011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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