#634A3F

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

Shades of Saddle #634A3F

Tints of Saddle #634A3F

Color information

#634A3F (or 0x634A3F) is unknown color: approx Saddle. HEX triplet: 63, 4A and 3F. RGB value is (99,74,63). Sum of RGB (Red+Green+Blue) = 99+74+63=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #634A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A3F is #9CB5C0. Grayscale: #505050. Windows color (decimal): -10270145 or 4147811. OLE color: 4147811.

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

Color convert

RGB997463-
CMYK00.250.360.61
HSL18.33º22.22%31.76%-
HSV(B)18.33º36.36%38.82%-
XYZ8.497.915.78-
YUV80.22118.28141.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 63 (25% from 255) = 26.69%
R=41.95%
G=31.36%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99746300.250.360.6118.3322.2231.76
Hex634A3F019243D121620
Octal143112770314475222640
Binary110001110010101111110110011001001111011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,74,63); }

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

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

 a { background-color: rgb(99,74,63); }

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

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

 span { border-color: rgb(99,74,63); }

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