#6C8479

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

Shades of Cutty Sark #6C8479

Tints of Cutty Sark #6C8479

Color information

#6C8479 (or 0x6C8479) is unknown color: approx Cutty Sark. HEX triplet: 6C, 84 and 79. RGB value is (108,132,121). Sum of RGB (Red+Green+Blue) = 108+132+121=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8479 is #937B86. Grayscale: #7B7B7B. Windows color (decimal): -9665415 or 7963756. OLE color: 7963756.

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

Color convert

RGB108132121-
CMYK0.1800.080.48
HSL152.5º10%47.06%-
HSV(B)152.5º18.18%51.76%-
XYZ17.8921.0721.21-
YUV123.57126.55116.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=29.92%
G=36.57%
B=33.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081321210.1800.080.48152.51047.06
Hex6C847912083098a2f
Octal15420417122010602301257
Binary11011001000010011110011001001000110000100110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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