#637370

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

Shades of Rolling Stone #637370

Tints of Rolling Stone #637370

Color information

#637370 (or 0x637370) is unknown color: approx Rolling Stone. HEX triplet: 63, 73 and 70. RGB value is (99,115,112). Sum of RGB (Red+Green+Blue) = 99+115+112=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #637370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637370 is #9C8C8F. Grayscale: #6D6D6D. Windows color (decimal): -10259600 or 7369571. OLE color: 7369571.

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

Color convert

RGB99115112-
CMYK0.1400.030.55
HSL168.75º7.48%41.96%-
HSV(B)168.75º13.91%45.1%-
XYZ14.216.0817.69-
YUV109.87129.2120.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=30.37%
G=35.28%
B=34.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991151120.1400.030.55168.757.4841.96
Hex637370E0337a972a
Octal143163160160367251752
Binary110001111100111110000111001111011110101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637370; }

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

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

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

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

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

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

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

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