#645045

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

Shades of Saddle #645045

Tints of Saddle #645045

Color information

#645045 (or 0x645045) is unknown color: approx Saddle. HEX triplet: 64, 50 and 45. RGB value is (100,80,69). Sum of RGB (Red+Green+Blue) = 100+80+69=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645045 is #9BAFBA. Grayscale: #545454. Windows color (decimal): -10203067 or 4542564. OLE color: 4542564.

HSL color Cylindrical-coordinate representation of color #645045: hue angle of 21.29º degrees, saturation: 0.18, 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 #645045 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB1008069-
CMYK00.20.310.61
HSL21.29º18.34%33.14%-
HSV(B)21.29º31%39.22%-
XYZ9.28.886.86-
YUV84.73119.13138.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=40.16%
G=32.13%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100806900.20.310.6121.2918.3433.14
Hex6450450141F3D151221
Octal1441201050243775252241
Binary110010010100001000101010100111111111011010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645045; }

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

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

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

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

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

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

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

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