#64736F

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

Shades of Rolling Stone #64736F

Tints of Rolling Stone #64736F

Color information

#64736F (or 0x64736F) is unknown color: approx Rolling Stone. HEX triplet: 64, 73 and 6F. RGB value is (100,115,111). Sum of RGB (Red+Green+Blue) = 100+115+111=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #64736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64736F is #9B8C90. Grayscale: #6E6E6E. Windows color (decimal): -10194065 or 7304036. OLE color: 7304036.

HSL color Cylindrical-coordinate representation of color #64736F: hue angle of 164º 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 #64736F is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB100115111-
CMYK0.1300.030.55
HSL164º6.98%42.16%-
HSV(B)164º13.04%45.1%-
XYZ14.2616.1217.4-
YUV110.06128.53120.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=30.67%
G=35.28%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001151110.1300.030.551646.9842.16
Hex64736FD0337a472a
Octal144163157150367244752
Binary110010011100111101111110101111011110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64736F; }

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

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

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

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

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

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

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

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