#658475

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

Shades of Cutty Sark #658475

Tints of Cutty Sark #658475

Color information

#658475 (or 0x658475) is unknown color: approx Cutty Sark. HEX triplet: 65, 84 and 75. RGB value is (101,132,117). Sum of RGB (Red+Green+Blue) = 101+132+117=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #658475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658475 is #9A7B8A. Grayscale: #797979. Windows color (decimal): -10124171 or 7701605. OLE color: 7701605.

HSL color Cylindrical-coordinate representation of color #658475: hue angle of 150.97º 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 #658475 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB101132117-
CMYK0.2300.110.48
HSL150.97º13.3%45.69%-
HSV(B)150.97º23.48%51.76%-
XYZ16.8320.5519.91-
YUV121.02125.73113.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=28.86%
G=37.71%
B=33.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321170.2300.110.48150.9713.345.69
Hex658475170B3097d2e
Octal14520416527013602271556
Binary11001011000010011101011011101011110000100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658475; }

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

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

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

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

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

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

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

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