#634D41

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

Shades of Saddle #634D41

Tints of Saddle #634D41

Color information

#634D41 (or 0x634D41) is unknown color: approx Saddle. HEX triplet: 63, 4D and 41. RGB value is (99,77,65). Sum of RGB (Red+Green+Blue) = 99+77+65=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #634D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D41 is #9CB2BE. Grayscale: #525252. Windows color (decimal): -10269375 or 4279651. OLE color: 4279651.

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

Color convert

RGB997765-
CMYK00.220.340.61
HSL21.18º20.73%32.16%-
HSV(B)21.18º34.34%38.82%-
XYZ8.758.346.15-
YUV82.21118.29139.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=41.08%
G=31.95%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99776500.220.340.6121.1820.7332.16
Hex634D41016223D151520
Octal1431151010264275252540
Binary1100011100110110000010101101000101111011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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