#6C837A

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

Shades of Cutty Sark #6C837A

Tints of Cutty Sark #6C837A

Color information

#6C837A (or 0x6C837A) is unknown color: approx Cutty Sark. HEX triplet: 6C, 83 and 7A. RGB value is (108,131,122). Sum of RGB (Red+Green+Blue) = 108+131+122=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #6C837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C837A is #937C85. Grayscale: #7B7B7B. Windows color (decimal): -9665670 or 8029036. OLE color: 8029036.

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

Color convert

RGB108131122-
CMYK0.1800.070.49
HSL156.52º9.62%46.86%-
HSV(B)156.52º17.56%51.37%-
XYZ17.8120.8321.49-
YUV123.1127.38117.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=29.92%
G=36.29%
B=33.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081311220.1800.070.49156.529.6246.86
Hex6C837A1207319da2f
Octal1542031722207612351257
Binary1101100100000111111010100100111110001100111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,122); }

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

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

 a { background-color: rgb(108,131,122); }

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

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

 span { border-color: rgb(108,131,122); }

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