#61827C

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

Shades of Rolling Stone #61827C

Tints of Rolling Stone #61827C

Color information

#61827C (or 0x61827C) is unknown color: approx Rolling Stone. HEX triplet: 61, 82 and 7C. RGB value is (97,130,124). Sum of RGB (Red+Green+Blue) = 97+130+124=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #61827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61827C is #9E7D83. Grayscale: #777777. Windows color (decimal): -10386820 or 8159841. OLE color: 8159841.

HSL color Cylindrical-coordinate representation of color #61827C: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61827C is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB97130124-
CMYK0.2500.050.49
HSL169.09º14.54%44.51%-
HSV(B)169.09º25.38%50.98%-
XYZ16.5519.9622.05-
YUV119.45130.57111.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=27.64%
G=37.04%
B=35.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301240.2500.050.49169.0914.5444.51
Hex61827C190531a9f2d
Octal1412021743105612511755
Binary1100001100000101111100110010101110001101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61827C; }

 p { color: rgb(97,130,124); }

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

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

 a { background-color: rgb(97,130,124); }

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

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

 span { border-color: rgb(97,130,124); }

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