#634D44

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

Shades of Saddle #634D44

Tints of Saddle #634D44

Color information

#634D44 (or 0x634D44) is unknown color: approx Saddle. HEX triplet: 63, 4D and 44. RGB value is (99,77,68). Sum of RGB (Red+Green+Blue) = 99+77+68=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #634D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D44 is #9CB2BB. Grayscale: #525252. Windows color (decimal): -10269372 or 4476259. OLE color: 4476259.

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

Color convert

RGB997768-
CMYK00.220.310.61
HSL17.42º18.56%32.75%-
HSV(B)17.42º31.31%38.82%-
XYZ8.848.386.62-
YUV82.55119.79139.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 77 (30.47% from 255) = 31.56%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=40.57%
G=31.56%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99776800.220.310.6117.4218.5632.75
Hex634D440161F3D111321
Octal1431151040263775212341
Binary110001110011011000100010110111111111011000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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