#648679

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

Shades of Cutty Sark #648679

Tints of Cutty Sark #648679

Color information

#648679 (or 0x648679) is unknown color: approx Cutty Sark. HEX triplet: 64, 86 and 79. RGB value is (100,134,121). Sum of RGB (Red+Green+Blue) = 100+134+121=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #648679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648679 is #9B7986. Grayscale: #7A7A7A. Windows color (decimal): -10189191 or 7964260. OLE color: 7964260.

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

Color convert

RGB100134121-
CMYK0.2500.100.47
HSL157.06º14.53%45.88%-
HSV(B)157.06º25.37%52.55%-
XYZ17.2321.1421.26-
YUV122.35127.24112.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=28.17%
G=37.75%
B=34.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341210.2500.100.47157.0614.5345.88
Hex648679190A2F9df2e
Octal14420617131012572351756
Binary11001001000011011110011100101010101111100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648679; }

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

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

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

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

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

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

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

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