#657370

Color #657370 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #657370

Tints of Rolling Stone #657370

Color information

#657370 (or 0x657370) is unknown color: approx Rolling Stone. HEX triplet: 65, 73 and 70. RGB value is (101,115,112). Sum of RGB (Red+Green+Blue) = 101+115+112=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 115 - color contains mainly: green. Hex color #657370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657370 is #9A8C8F. Grayscale: #6E6E6E. Windows color (decimal): -10128528 or 7369573. OLE color: 7369573.

HSL color Cylindrical-coordinate representation of color #657370: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #657370 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB101115112-
CMYK0.1200.030.55
HSL167.14º6.48%42.35%-
HSV(B)167.14º12.17%45.1%-
XYZ14.4216.217.7-
YUV110.47128.86121.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=30.79%
G=35.06%
B=34.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011151120.1200.030.55167.146.4842.35
Hex657370C0337a762a
Octal145163160140367247652
Binary110010111100111110000110001111011110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657370; }

 p { color: rgb(101,115,112); }

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

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

 a { background-color: rgb(101,115,112); }

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

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

 span { border-color: rgb(101,115,112); }

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