#61827B

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

Shades of Rolling Stone #61827B

Tints of Rolling Stone #61827B

Color information

#61827B (or 0x61827B) is unknown color: approx Rolling Stone. HEX triplet: 61, 82 and 7B. RGB value is (97,130,123). Sum of RGB (Red+Green+Blue) = 97+130+123=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #61827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61827B is #9E7D84. Grayscale: #777777. Windows color (decimal): -10386821 or 8094305. OLE color: 8094305.

HSL color Cylindrical-coordinate representation of color #61827B: hue angle of 167.27º 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 #61827B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB97130123-
CMYK0.2500.050.49
HSL167.27º14.54%44.51%-
HSV(B)167.27º25.38%50.98%-
XYZ16.4919.9421.72-
YUV119.34130.07112.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=27.71%
G=37.14%
B=35.14%

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
Decimal971301230.2500.050.49167.2714.5444.51
Hex61827B190531a7f2d
Octal1412021733105612471755
Binary1100001100000101111011110010101110001101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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