Html Css Color HEX #6D8279 Cutty Sark

📋 copy color: '#6D8279'

red 109 ◦ green 130 ◦ blue 121

#6D8279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #6D8279

Tints of Cutty Sark #6D8279

RGB

 RED value IS 109 (42.97% from 255) = 30.28%

 GREEN value IS 130 (51.17% from 255) = 36.11%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 30.28%
G = 36.11%
B = 33.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#6D8279 (or 0x6D8279) is known color: Cutty Sark. HEX triplet: 6D, 82 and 79. RGB value is (109,130,121). Sum of RGB (Red+Green+Blue) = 109+130+121=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8279 is #927D86. Grayscale: #7A7A7A. Windows color (decimal): -9600391 or 7963245. OLE color: 7963245.

HSL color Cylindrical-coordinate representation of color #6D8279: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D8279 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 130 121 -
CMYK 0.16 0 0.07 0.49
HSL 154.29º 0.09% 0.47% -
HSV(B) 154.29º 0.16% 0.51% -
XYZ 17.74 20.6 21.13 -
YUV 122.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 109 130 121 0.16 0 0.07 0.49 154.29 0.09 0.47
Hex 6D 82 79 10 0 7 31 9A 9 2F
Octal 155 202 171 20 0 7 61 232 11 57
Binary 1101101 10000010 1111001 10000 0 111 110001 10011010 1001 101111

Color Harmonies of #6D8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8279

Black with #6D8279

Text Example


Text Example

White with #6D8279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,130,121); }

 H1.HeaderClassName
 {
   color: #6D8279;
 }
 .AnyTagClassName
 {
   color: #6D8279;
 }
</style>

background-color css

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

 a { background-color: rgb(109,130,121); }

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

border-color css

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

 span { border-color: rgb(109,130,121); }

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