#6B8579

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

Shades of Cutty Sark #6B8579

Tints of Cutty Sark #6B8579

Color information

#6B8579 (or 0x6B8579) is unknown color: approx Cutty Sark. HEX triplet: 6B, 85 and 79. RGB value is (107,133,121). Sum of RGB (Red+Green+Blue) = 107+133+121=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8579 is #947A86. Grayscale: #7B7B7B. Windows color (decimal): -9730695 or 7964011. OLE color: 7964011.

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

Color convert

RGB107133121-
CMYK0.2000.090.48
HSL152.31º10.83%47.06%-
HSV(B)152.31º19.55%52.16%-
XYZ17.921.2821.25-
YUV123.86126.39115.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.64%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=29.64%
G=36.84%
B=33.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071331210.2000.090.48152.3110.8347.06
Hex6B857914093098b2f
Octal15320517124011602301357
Binary11010111000010111110011010001001110000100110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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