#648775

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

Shades of Cutty Sark #648775

Tints of Cutty Sark #648775

Color information

#648775 (or 0x648775) is unknown color: approx Cutty Sark. HEX triplet: 64, 87 and 75. RGB value is (100,135,117). Sum of RGB (Red+Green+Blue) = 100+135+117=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #648775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648775 is #9B788A. Grayscale: #7A7A7A. Windows color (decimal): -10188939 or 7702372. OLE color: 7702372.

HSL color Cylindrical-coordinate representation of color #648775: hue angle of 149.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648775 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB100135117-
CMYK0.2600.130.47
HSL149.14º14.89%46.08%-
HSV(B)149.14º25.93%52.94%-
XYZ17.1321.3220.04-
YUV122.48124.9111.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=28.41%
G=38.35%
B=33.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351170.2600.130.47149.1414.8946.08
Hex6487751A0D2F95f2e
Octal14420716532015572251756
Binary11001001000011111101011101001101101111100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648775; }

 p { color: rgb(100,135,117); }

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

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

 a { background-color: rgb(100,135,117); }

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

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

 span { border-color: rgb(100,135,117); }

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