#6D867A

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

Shades of Cutty Sark #6D867A

Tints of Cutty Sark #6D867A

Color information

#6D867A (or 0x6D867A) is unknown color: approx Cutty Sark. HEX triplet: 6D, 86 and 7A. RGB value is (109,134,122). Sum of RGB (Red+Green+Blue) = 109+134+122=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #6D867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D867A is #927985. Grayscale: #7D7D7D. Windows color (decimal): -9599366 or 8029805. OLE color: 8029805.

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

Color convert

RGB109134122-
CMYK0.1900.090.47
HSL151.2º10.29%47.65%-
HSV(B)151.2º18.66%52.55%-
XYZ18.3421.7121.64-
YUV125.16126.22116.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.86%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=29.86%
G=36.71%
B=33.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091341220.1900.090.47151.210.2947.65
Hex6D867A13092F97a30
Octal15520617223011572271260
Binary11011011000011011110101001101001101111100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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