#6E847A

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

Shades of Cutty Sark #6E847A

Tints of Cutty Sark #6E847A

Color information

#6E847A (or 0x6E847A) is unknown color: approx Cutty Sark. HEX triplet: 6E, 84 and 7A. RGB value is (110,132,122). Sum of RGB (Red+Green+Blue) = 110+132+122=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #6E847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E847A is #917B85. Grayscale: #7C7C7C. Windows color (decimal): -9534342 or 8029294. OLE color: 8029294.

HSL color Cylindrical-coordinate representation of color #6E847A: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E847A is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB110132122-
CMYK0.1700.080.48
HSL152.73º9.09%47.45%-
HSV(B)152.73º16.67%51.76%-
XYZ18.1921.2221.55-
YUV124.28126.71117.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=30.22%
G=36.26%
B=33.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101321220.1700.080.48152.739.0947.45
Hex6E847A1108309992f
Octal15620417221010602311157
Binary11011101000010011110101000101000110000100110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E847A; }

 p { color: rgb(110,132,122); }

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

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

 a { background-color: rgb(110,132,122); }

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

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

 span { border-color: rgb(110,132,122); }

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