#648378

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

Shades of Cutty Sark #648378

Tints of Cutty Sark #648378

Color information

#648378 (or 0x648378) is unknown color: approx Cutty Sark. HEX triplet: 64, 83 and 78. RGB value is (100,131,120). Sum of RGB (Red+Green+Blue) = 100+131+120=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #648378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648378 is #9B7C87. Grayscale: #787878. Windows color (decimal): -10189960 or 7897956. OLE color: 7897956.

HSL color Cylindrical-coordinate representation of color #648378: hue angle of 158.71º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648378 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB100131120-
CMYK0.2400.080.49
HSL158.71º13.42%45.29%-
HSV(B)158.71º23.66%51.37%-
XYZ16.7620.320.8-
YUV120.48127.73113.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=28.49%
G=37.32%
B=34.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001311200.2400.080.49158.7113.4245.29
Hex6483781808319fd2d
Octal14420317030010612371555
Binary11001001000001111110001100001000110001100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648378; }

 p { color: rgb(100,131,120); }

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

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

 a { background-color: rgb(100,131,120); }

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

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

 span { border-color: rgb(100,131,120); }

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