#64867A

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

Shades of Cutty Sark #64867A

Tints of Cutty Sark #64867A

Color information

#64867A (or 0x64867A) is unknown color: approx Cutty Sark. HEX triplet: 64, 86 and 7A. RGB value is (100,134,122). Sum of RGB (Red+Green+Blue) = 100+134+122=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #64867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64867A is #9B7985. Grayscale: #7A7A7A. Windows color (decimal): -10189190 or 8029796. OLE color: 8029796.

HSL color Cylindrical-coordinate representation of color #64867A: hue angle of 158.82º 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 #64867A is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB100134122-
CMYK0.2500.090.47
HSL158.82º14.53%45.88%-
HSV(B)158.82º25.37%52.55%-
XYZ17.2921.1621.59-
YUV122.47127.74111.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=28.09%
G=37.64%
B=34.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341220.2500.090.47158.8214.5345.88
Hex64867A19092F9ff2e
Octal14420617231011572371756
Binary11001001000011011110101100101001101111100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64867A; }

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

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

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

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

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

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

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

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