#634E46

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

Shades of Saddle #634E46

Tints of Saddle #634E46

Color information

#634E46 (or 0x634E46) is unknown color: approx Saddle. HEX triplet: 63, 4E and 46. RGB value is (99,78,70). Sum of RGB (Red+Green+Blue) = 99+78+70=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E46 is #9CB1B9. Grayscale: #535353. Windows color (decimal): -10269114 or 4607587. OLE color: 4607587.

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

Color convert

RGB997870-
CMYK00.210.290.61
HSL16.55º17.16%33.14%-
HSV(B)16.55º29.29%38.82%-
XYZ8.988.546.97-
YUV83.37120.46139.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=40.08%
G=31.58%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99787000.210.290.6116.5517.1633.14
Hex634E460151D3D111121
Octal1431161060253575212141
Binary110001110011101000110010101111011111011000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,78,70); }

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

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

 a { background-color: rgb(99,78,70); }

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

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

 span { border-color: rgb(99,78,70); }

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