#648576

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

Shades of Cutty Sark #648576

Tints of Cutty Sark #648576

Color information

#648576 (or 0x648576) is unknown color: approx Cutty Sark. HEX triplet: 64, 85 and 76. RGB value is (100,133,118). Sum of RGB (Red+Green+Blue) = 100+133+118=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #648576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648576 is #9B7A89. Grayscale: #797979. Windows color (decimal): -10189450 or 7767396. OLE color: 7767396.

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

Color convert

RGB100133118-
CMYK0.2500.110.48
HSL152.73º14.16%45.69%-
HSV(B)152.73º24.81%52.16%-
XYZ16.9120.7920.26-
YUV121.42126.07112.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=28.49%
G=37.89%
B=33.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331180.2500.110.48152.7314.1645.69
Hex648576190B3099e2e
Octal14420516631013602311656
Binary11001001000010111101101100101011110000100110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648576; }

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

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

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

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

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

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

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

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