#698377

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

Shades of Cutty Sark #698377

Tints of Cutty Sark #698377

Color information

#698377 (or 0x698377) is unknown color: approx Cutty Sark. HEX triplet: 69, 83 and 77. RGB value is (105,131,119). Sum of RGB (Red+Green+Blue) = 105+131+119=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #698377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698377 is #967C88. Grayscale: #797979. Windows color (decimal): -9862281 or 7832425. OLE color: 7832425.

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

Color convert

RGB105131119-
CMYK0.2000.090.49
HSL152.31º11.02%46.27%-
HSV(B)152.31º19.85%51.37%-
XYZ17.2720.5720.51-
YUV121.86126.39115.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=29.58%
G=36.90%
B=33.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311190.2000.090.49152.3111.0246.27
Hex69837714093198b2e
Octal15120316724011612301356
Binary11010011000001111101111010001001110001100110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698377; }

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

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

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

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

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

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

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

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