#635045

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

Shades of Saddle #635045

Tints of Saddle #635045

Color information

#635045 (or 0x635045) is unknown color: approx Saddle. HEX triplet: 63, 50 and 45. RGB value is (99,80,69). Sum of RGB (Red+Green+Blue) = 99+80+69=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635045 is #9CAFBA. Grayscale: #545454. Windows color (decimal): -10268603 or 4542563. OLE color: 4542563.

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

Color convert

RGB998069-
CMYK00.190.300.61
HSL22º17.86%32.94%-
HSV(B)22º30.3%38.82%-
XYZ9.098.826.85-
YUV84.43119.29138.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=39.92%
G=32.26%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99806900.190.300.612217.8632.94
Hex6350450131E3D161221
Octal1431201050233675262241
Binary110001110100001000101010011111101111011011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635045; }

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

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

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

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

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

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

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

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