#6C8579

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

Shades of Cutty Sark #6C8579

Tints of Cutty Sark #6C8579

Color information

#6C8579 (or 0x6C8579) is unknown color: approx 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

RGB108133121-
CMYK0.1900.090.48
HSL151.2º10.37%47.25%-
HSV(B)151.2º18.8%52.16%-
XYZ18.0221.3421.26-
YUV124.16126.22116.48-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081331210.1900.090.48151.210.3747.25
Hex6C857913093097a2f
Octal15420517123011602271257
Binary11011001000010111110011001101001110000100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>