#698477

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

Shades of Cutty Sark #698477

Tints of Cutty Sark #698477

Color information

#698477 (or 0x698477) is unknown color: approx Cutty Sark. HEX triplet: 69, 84 and 77. RGB value is (105,132,119). Sum of RGB (Red+Green+Blue) = 105+132+119=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #698477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698477 is #967B88. Grayscale: #7A7A7A. Windows color (decimal): -9862025 or 7832681. OLE color: 7832681.

HSL color Cylindrical-coordinate representation of color #698477: hue angle of 151.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698477 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB105132119-
CMYK0.2000.100.48
HSL151.11º11.39%46.47%-
HSV(B)151.11º20.45%51.76%-
XYZ17.4120.8420.56-
YUV122.44126.05115.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=29.49%
G=37.08%
B=33.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321190.2000.100.48151.1111.3946.47
Hex698477140A3097b2e
Octal15120416724012602271356
Binary11010011000010011101111010001010110000100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698477; }

 p { color: rgb(105,132,119); }

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

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

 a { background-color: rgb(105,132,119); }

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

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

 span { border-color: rgb(105,132,119); }

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