#65817D

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

Shades of Rolling Stone #65817D

Tints of Rolling Stone #65817D

Color information

#65817D (or 0x65817D) is unknown color: approx Rolling Stone. HEX triplet: 65, 81 and 7D. RGB value is (101,129,125). Sum of RGB (Red+Green+Blue) = 101+129+125=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 129 - color contains mainly: green. Hex color #65817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65817D is #9A7E82. Grayscale: #787878. Windows color (decimal): -10124931 or 8225125. OLE color: 8225125.

HSL color Cylindrical-coordinate representation of color #65817D: hue angle of 171.43º 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 #65817D is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB101129125-
CMYK0.2200.030.49
HSL171.43º12.17%45.1%-
HSV(B)171.43º21.71%50.59%-
XYZ16.9219.9522.36-
YUV120.17130.72114.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=28.45%
G=36.34%
B=35.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011291250.2200.030.49171.4312.1745.1
Hex65817D160331abc2d
Octal1452011752603612531455
Binary110010110000001111110110110011110001101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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