#67716E

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

Shades of Rolling Stone #67716E

Tints of Rolling Stone #67716E

Color information

#67716E (or 0x67716E) is unknown color: approx Rolling Stone. HEX triplet: 67, 71 and 6E. RGB value is (103,113,110). Sum of RGB (Red+Green+Blue) = 103+113+110=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 113 - color contains mainly: green. Hex color #67716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67716E is #988E91. Grayscale: #6D6D6D. Windows color (decimal): -9997970 or 7237991. OLE color: 7237991.

HSL color Cylindrical-coordinate representation of color #67716E: hue angle of 162º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #67716E is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB103113110-
CMYK0.0900.030.56
HSL162º4.63%42.35%-
HSV(B)162º8.85%44.31%-
XYZ14.3115.8217.05-
YUV109.67128.19123.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=31.60%
G=34.66%
B=33.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031131100.0900.030.561624.6342.35
Hex67716E90338a252a
Octal147161156110370242552
Binary110011111100011101110100101111100010100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67716E; }

 p { color: rgb(103,113,110); }

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

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

 a { background-color: rgb(103,113,110); }

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

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

 span { border-color: rgb(103,113,110); }

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