#65817A

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

Shades of Rolling Stone #65817A

Tints of Rolling Stone #65817A

Color information

#65817A (or 0x65817A) is unknown color: approx Rolling Stone. HEX triplet: 65, 81 and 7A. RGB value is (101,129,122). Sum of RGB (Red+Green+Blue) = 101+129+122=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #65817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65817A is #9A7E85. Grayscale: #777777. Windows color (decimal): -10124934 or 8028517. OLE color: 8028517.

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

Color convert

RGB101129122-
CMYK0.2200.050.49
HSL165º12.17%45.1%-
HSV(B)165º21.71%50.59%-
XYZ16.7319.8721.37-
YUV119.83129.22114.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=28.69%
G=36.65%
B=34.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011291220.2200.050.4916512.1745.1
Hex65817A160531a5c2d
Octal1452011722605612451455
Binary1100101100000011111010101100101110001101001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65817A; }

 p { color: rgb(101,129,122); }

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

<style>
 a { background-color: #65817A; }

 a { background-color: rgb(101,129,122); }

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

<style>
 span { border-color: #65817A; }

 span { border-color: rgb(101,129,122); }

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