#67837E

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

Shades of Rolling Stone #67837E

Tints of Rolling Stone #67837E

Color information

#67837E (or 0x67837E) is unknown color: approx Rolling Stone. HEX triplet: 67, 83 and 7E. RGB value is (103,131,126). Sum of RGB (Red+Green+Blue) = 103+131+126=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #67837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67837E is #987C81. Grayscale: #7A7A7A. Windows color (decimal): -9993346 or 8291175. OLE color: 8291175.

HSL color Cylindrical-coordinate representation of color #67837E: hue angle of 169.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67837E is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB103131126-
CMYK0.2100.040.49
HSL169.29º11.97%45.88%-
HSV(B)169.29º21.37%51.37%-
XYZ17.4820.6222.8-
YUV122.06130.22114.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.61%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 126 (49.61% from 255) = 35%
R=28.61%
G=36.39%
B=35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031311260.2100.040.49169.2911.9745.88
Hex67837E150431a9c2e
Octal1472031762504612511456
Binary1100111100000111111110101010100110001101010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,131,126); }

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

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

 a { background-color: rgb(103,131,126); }

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

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

 span { border-color: rgb(103,131,126); }

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