#635046

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

Shades of Saddle #635046

Tints of Saddle #635046

Color information

#635046 (or 0x635046) is unknown color: approx Saddle. HEX triplet: 63, 50 and 46. RGB value is (99,80,70). Sum of RGB (Red+Green+Blue) = 99+80+70=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635046 is #9CAFB9. Grayscale: #545454. Windows color (decimal): -10268602 or 4608099. OLE color: 4608099.

HSL color Cylindrical-coordinate representation of color #635046: hue angle of 20.69º 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 #635046 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB998070-
CMYK00.190.290.61
HSL20.69º17.16%33.14%-
HSV(B)20.69º29.29%38.82%-
XYZ9.128.837.02-
YUV84.54119.79138.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=39.76%
G=32.13%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99807000.190.290.6120.6917.1633.14
Hex6350460131D3D151121
Octal1431201060233575252141
Binary110001110100001000110010011111011111011010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635046; }

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

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

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

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

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

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

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

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