Html Css Color HEX #6C8579 Cutty Sark

📋 copy color: '#6C8579'

red 108 ◦ green 133 ◦ blue 121

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

Shades of Cutty Sark #6C8579

Tints of Cutty Sark #6C8579

RGB

 RED value IS 108 (42.58% from 255) = 29.83%

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 29.83%
G = 36.74%
B = 33.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#6C8579 (or 0x6C8579) is known color: Cutty Sark. HEX triplet: 6C, 85 and 79. RGB value is (108,133,121). Sum of RGB (Red+Green+Blue) = 108+133+121=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8579 is #937A86. Grayscale: #7C7C7C. Windows color (decimal): -9665159 or 7964012. OLE color: 7964012.

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

Color convert

RGB 108 133 121 -
CMYK 0.19 0 0.09 0.48
HSL 151.2º 0.1% 0.47% -
HSV(B) 151.2º 0.19% 0.52% -
XYZ 18.02 21.34 21.26 -
YUV 124.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 108 133 121 0.19 0 0.09 0.48 151.2 0.1 0.47
Hex 6C 85 79 13 0 9 30 97 A 2F
Octal 154 205 171 23 0 11 60 227 12 57
Binary 1101100 10000101 1111001 10011 0 1001 110000 10010111 1010 101111

Color Harmonies of #6C8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8579

Black with #6C8579

Text Example


Text Example

White with #6C8579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,121); }

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

background-color css

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

 a { background-color: rgb(108,133,121); }

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

border-color css

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

 span { border-color: rgb(108,133,121); }

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