#67706E

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

Shades of Rolling Stone #67706E

Tints of Rolling Stone #67706E

Color information

#67706E (or 0x67706E) is unknown color: approx Rolling Stone. HEX triplet: 67, 70 and 6E. RGB value is (103,112,110). Sum of RGB (Red+Green+Blue) = 103+112+110=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 112 - color contains mainly: green. Hex color #67706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67706E is #988F91. Grayscale: #6D6D6D. Windows color (decimal): -9998226 or 7237735. OLE color: 7237735.

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

Color convert

RGB103112110-
CMYK0.0800.020.56
HSL166.67º4.19%42.16%-
HSV(B)166.67º8.04%43.92%-
XYZ14.215.617.01-
YUV109.08128.52123.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=31.69%
G=34.46%
B=33.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031121100.0800.020.56166.674.1942.16
Hex67706E80238a742a
Octal147160156100270247452
Binary110011111100001101110100001011100010100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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