#65887A

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

Shades of Cutty Sark #65887A

Tints of Cutty Sark #65887A

Color information

#65887A (or 0x65887A) is unknown color: approx Cutty Sark. HEX triplet: 65, 88 and 7A. RGB value is (101,136,122). Sum of RGB (Red+Green+Blue) = 101+136+122=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #65887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65887A is #9A7785. Grayscale: #7B7B7B. Windows color (decimal): -10123142 or 8030309. OLE color: 8030309.

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

Color convert

RGB101136122-
CMYK0.2600.100.47
HSL156º14.77%46.47%-
HSV(B)156º25.74%53.33%-
XYZ17.6821.7821.68-
YUV123.94126.9111.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=28.13%
G=37.88%
B=33.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011361220.2600.100.4715614.7746.47
Hex65887A1A0A2F9cf2e
Octal14521017232012572341756
Binary11001011000100011110101101001010101111100111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,136,122); }

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

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

 a { background-color: rgb(101,136,122); }

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

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

 span { border-color: rgb(101,136,122); }

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