Html Css Color HEX #647370 Rolling Stone

📋 copy color: '#647370'

red 100 ◦ green 115 ◦ blue 112

#647370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #647370

Tints of Rolling Stone #647370

RGB

 RED value IS 100 (39.45% from 255) = 30.58%

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 30.58%
G = 35.17%
B = 34.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#647370 (or 0x647370) is known color: Rolling Stone. HEX triplet: 64, 73 and 70. RGB value is (100,115,112). Sum of RGB (Red+Green+Blue) = 100+115+112=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 115 - color contains mainly: green. Hex color #647370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647370 is #9B8C8F. Grayscale: #6E6E6E. Windows color (decimal): -10194064 or 7369572. OLE color: 7369572.

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

Color convert

RGB 100 115 112 -
CMYK 0.13 0 0.03 0.55
HSL 168º 0.07% 0.42% -
HSV(B) 168º 0.13% 0.45% -
XYZ 14.31 16.14 17.69 -
YUV 110.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 100 115 112 0.13 0 0.03 0.55 168 0.07 0.42
Hex 64 73 70 D 0 3 37 A8 7 2A
Octal 144 163 160 15 0 3 67 250 7 52
Binary 1100100 1110011 1110000 1101 0 11 110111 10101000 111 101010

Color Harmonies of #647370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647370

Black with #647370

Text Example


Text Example

White with #647370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647370; }

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

 H1.HeaderClassName
 {
   color: #647370;
 }
 .AnyTagClassName
 {
   color: #647370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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