#635044

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

Shades of Saddle #635044

Tints of Saddle #635044

Color information

#635044 (or 0x635044) is unknown color: approx Saddle. HEX triplet: 63, 50 and 44. RGB value is (99,80,68). Sum of RGB (Red+Green+Blue) = 99+80+68=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #635044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635044 is #9CAFBB. Grayscale: #545454. Windows color (decimal): -10268604 or 4477027. OLE color: 4477027.

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

Color convert

RGB998068-
CMYK00.190.310.61
HSL23.23º18.56%32.75%-
HSV(B)23.23º31.31%38.82%-
XYZ9.068.816.69-
YUV84.31118.79138.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=40.08%
G=32.39%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99806800.190.310.6123.2318.5632.75
Hex6350440131F3D171321
Octal1431201040233775272341
Binary110001110100001000100010011111111111011011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635044; }

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

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

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

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

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

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

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

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