Html Css Color HEX #6D847A Cutty Sark

📋 copy color: '#6D847A'

red 109 ◦ green 132 ◦ blue 122

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

Shades of Cutty Sark #6D847A

Tints of Cutty Sark #6D847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 30.03%
G = 36.36%
B = 33.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6D847A (or 0x6D847A) is known color: Cutty Sark. HEX triplet: 6D, 84 and 7A. RGB value is (109,132,122). Sum of RGB (Red+Green+Blue) = 109+132+122=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #6D847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D847A is #927B85. Grayscale: #7B7B7B. Windows color (decimal): -9599878 or 8029293. OLE color: 8029293.

HSL color Cylindrical-coordinate representation of color #6D847A: hue angle of 153.91º degrees, saturation: 0.1, 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 #6D847A is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 132 122 -
CMYK 0.17 0 0.08 0.48
HSL 153.91º 0.1% 0.47% -
HSV(B) 153.91º 0.17% 0.52% -
XYZ 18.07 21.16 21.54 -
YUV 123.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 109 132 122 0.17 0 0.08 0.48 153.91 0.1 0.47
Hex 6D 84 7A 11 0 8 30 9A A 2F
Octal 155 204 172 21 0 10 60 232 12 57
Binary 1101101 10000100 1111010 10001 0 1000 110000 10011010 1010 101111

Color Harmonies of #6D847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D847A

Black with #6D847A

Text Example


Text Example

White with #6D847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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