#658479

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

Shades of Cutty Sark #658479

Tints of Cutty Sark #658479

Color information

#658479 (or 0x658479) is unknown color: approx Cutty Sark. HEX triplet: 65, 84 and 79. RGB value is (101,132,121). Sum of RGB (Red+Green+Blue) = 101+132+121=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #658479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658479 is #9A7B86. Grayscale: #797979. Windows color (decimal): -10124167 or 7963749. OLE color: 7963749.

HSL color Cylindrical-coordinate representation of color #658479: hue angle of 158.71º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658479 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB101132121-
CMYK0.2300.080.48
HSL158.71º13.3%45.69%-
HSV(B)158.71º23.48%51.76%-
XYZ17.0720.6521.18-
YUV121.48127.73113.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=28.53%
G=37.29%
B=34.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321210.2300.080.48158.7113.345.69
Hex6584791708309fd2e
Octal14520417127010602371556
Binary11001011000010011110011011101000110000100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658479; }

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

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

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

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

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

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

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

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