#634C40

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

Shades of Saddle #634C40

Tints of Saddle #634C40

Color information

#634C40 (or 0x634C40) is unknown color: approx Saddle. HEX triplet: 63, 4C and 40. RGB value is (99,76,64). Sum of RGB (Red+Green+Blue) = 99+76+64=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #634C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C40 is #9CB3BF. Grayscale: #515151. Windows color (decimal): -10269632 or 4213859. OLE color: 4213859.

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

Color convert

RGB997664-
CMYK00.230.350.61
HSL20.57º21.47%31.96%-
HSV(B)20.57º35.35%38.82%-
XYZ8.668.195.98-
YUV81.51118.12140.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=41.42%
G=31.80%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99766400.230.350.6120.5721.4731.96
Hex634C40017233D151520
Octal1431141000274375252540
Binary1100011100110010000000101111000111111011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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