#6A8478

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

Shades of Cutty Sark #6A8478

Tints of Cutty Sark #6A8478

Color information

#6A8478 (or 0x6A8478) is unknown color: approx Cutty Sark. HEX triplet: 6A, 84 and 78. RGB value is (106,132,120). Sum of RGB (Red+Green+Blue) = 106+132+120=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8478 is #957B87. Grayscale: #7A7A7A. Windows color (decimal): -9796488 or 7898218. OLE color: 7898218.

HSL color Cylindrical-coordinate representation of color #6A8478: 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 #6A8478 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB106132120-
CMYK0.2000.090.48
HSL152.31º10.92%46.67%-
HSV(B)152.31º19.7%51.76%-
XYZ17.5920.9220.88-
YUV122.86126.39115.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=29.61%
G=36.87%
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
Decimal1061321200.2000.090.48152.3110.9246.67
Hex6A847814093098b2f
Octal15220417024011602301357
Binary11010101000010011110001010001001110000100110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,132,120); }

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

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

 a { background-color: rgb(106,132,120); }

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

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

 span { border-color: rgb(106,132,120); }

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