#61837F

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

Shades of Rolling Stone #61837F

Tints of Rolling Stone #61837F

Color information

#61837F (or 0x61837F) is unknown color: approx Rolling Stone. HEX triplet: 61, 83 and 7F. RGB value is (97,131,127). Sum of RGB (Red+Green+Blue) = 97+131+127=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #61837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61837F is #9E7C80. Grayscale: #787878. Windows color (decimal): -10386561 or 8356705. OLE color: 8356705.

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

Color convert

RGB97131127-
CMYK0.2600.030.49
HSL172.94º14.91%44.71%-
HSV(B)172.94º25.95%51.37%-
XYZ16.8820.3123.11-
YUV120.38131.74111.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 127 (50% from 255) = 35.77%
R=27.32%
G=36.90%
B=35.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311270.2600.030.49172.9414.9144.71
Hex61837F1A0331adf2d
Octal1412031773203612551755
Binary110000110000011111111111010011110001101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,131,127); }

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

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

 a { background-color: rgb(97,131,127); }

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

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

 span { border-color: rgb(97,131,127); }

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