#648579

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

Shades of Cutty Sark #648579

Tints of Cutty Sark #648579

Color information

#648579 (or 0x648579) is unknown color: approx Cutty Sark. HEX triplet: 64, 85 and 79. RGB value is (100,133,121). Sum of RGB (Red+Green+Blue) = 100+133+121=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #648579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648579 is #9B7A86. Grayscale: #797979. Windows color (decimal): -10189447 or 7964004. OLE color: 7964004.

HSL color Cylindrical-coordinate representation of color #648579: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648579 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB100133121-
CMYK0.2500.090.48
HSL158.18º14.16%45.69%-
HSV(B)158.18º24.81%52.16%-
XYZ17.0920.8621.22-
YUV121.76127.57112.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=28.25%
G=37.57%
B=34.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331210.2500.090.48158.1814.1645.69
Hex6485791909309ee2e
Octal14420517131011602361656
Binary11001001000010111110011100101001110000100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648579; }

 p { color: rgb(100,133,121); }

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

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

 a { background-color: rgb(100,133,121); }

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

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

 span { border-color: rgb(100,133,121); }

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