#648574

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

Shades of Cutty Sark #648574

Tints of Cutty Sark #648574

Color information

#648574 (or 0x648574) is unknown color: approx Cutty Sark. HEX triplet: 64, 85 and 74. RGB value is (100,133,116). Sum of RGB (Red+Green+Blue) = 100+133+116=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #648574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648574 is #9B7A8B. Grayscale: #797979. Windows color (decimal): -10189452 or 7636324. OLE color: 7636324.

HSL color Cylindrical-coordinate representation of color #648574: hue angle of 149.09º 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 #648574 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB100133116-
CMYK0.2500.130.48
HSL149.09º14.16%45.69%-
HSV(B)149.09º24.81%52.16%-
XYZ16.820.7519.64-
YUV121.2125.07112.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=28.65%
G=38.11%
B=33.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331160.2500.130.48149.0914.1645.69
Hex648574190D3095e2e
Octal14420516431015602251656
Binary11001001000010111101001100101101110000100101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648574; }

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

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

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

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

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

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

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

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