#634C42

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

Shades of Saddle #634C42

Tints of Saddle #634C42

Color information

#634C42 (or 0x634C42) is unknown color: approx Saddle. HEX triplet: 63, 4C and 42. RGB value is (99,76,66). Sum of RGB (Red+Green+Blue) = 99+76+66=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #634C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C42 is #9CB3BD. Grayscale: #515151. Windows color (decimal): -10269630 or 4344931. OLE color: 4344931.

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

Color convert

RGB997666-
CMYK00.230.330.61
HSL18.18º20%32.35%-
HSV(B)18.18º33.33%38.82%-
XYZ8.718.216.28-
YUV81.74119.12140.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=41.08%
G=31.54%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99766600.230.330.6118.182032.35
Hex634C42017213D121420
Octal1431141020274175222440
Binary1100011100110010000100101111000011111011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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