#67716F

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

Shades of Rolling Stone #67716F

Tints of Rolling Stone #67716F

Color information

#67716F (or 0x67716F) is unknown color: approx Rolling Stone. HEX triplet: 67, 71 and 6F. RGB value is (103,113,111). Sum of RGB (Red+Green+Blue) = 103+113+111=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 113 - color contains mainly: green. Hex color #67716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67716F is #988E90. Grayscale: #6D6D6D. Windows color (decimal): -9997969 or 7303527. OLE color: 7303527.

HSL color Cylindrical-coordinate representation of color #67716F: hue angle of 168º 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 #67716F is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB103113111-
CMYK0.0900.020.56
HSL168º4.63%42.35%-
HSV(B)168º8.85%44.31%-
XYZ14.3715.8417.34-
YUV109.78128.69123.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=31.50%
G=34.56%
B=33.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031131110.0900.020.561684.6342.35
Hex67716F90238a852a
Octal147161157110270250552
Binary110011111100011101111100101011100010101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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