#667672

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

Shades of Rolling Stone #667672

Tints of Rolling Stone #667672

Color information

#667672 (or 0x667672) is unknown color: approx Rolling Stone. HEX triplet: 66, 76 and 72. RGB value is (102,118,114). Sum of RGB (Red+Green+Blue) = 102+118+114=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #667672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667672 is #99898D. Grayscale: #707070. Windows color (decimal): -10062222 or 7501414. OLE color: 7501414.

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

Color convert

RGB102118114-
CMYK0.1400.030.54
HSL165º7.27%43.14%-
HSV(B)165º13.56%46.27%-
XYZ151718.41-
YUV112.76128.7120.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=30.54%
G=35.33%
B=34.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021181140.1400.030.541657.2743.14
Hex667672E0336a572b
Octal146166162160366245753
Binary110011011101101110010111001111011010100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667672; }

 p { color: rgb(102,118,114); }

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

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

 a { background-color: rgb(102,118,114); }

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

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

 span { border-color: rgb(102,118,114); }

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