#636D6A

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

Shades of Rolling Stone #636D6A

Tints of Rolling Stone #636D6A

Color information

#636D6A (or 0x636D6A) is unknown color: approx Rolling Stone. HEX triplet: 63, 6D and 6A. RGB value is (99,109,106). Sum of RGB (Red+Green+Blue) = 99+109+106=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 109 - color contains mainly: green. Hex color #636D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D6A is #9C9295. Grayscale: #696969. Windows color (decimal): -10261142 or 6974819. OLE color: 6974819.

HSL color Cylindrical-coordinate representation of color #636D6A: hue angle of 162º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #636D6A is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB99109106-
CMYK0.0900.030.57
HSL162º4.81%40.78%-
HSV(B)162º9.17%42.75%-
XYZ13.2214.6315.76-
YUV105.67128.19123.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=31.53%
G=34.71%
B=33.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal991091060.0900.030.571624.8140.78
Hex636D6A90339a2529
Octal143155152110371242551
Binary110001111011011101010100101111100110100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636D6A; }

 p { color: rgb(99,109,106); }

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

<style>
 a { background-color: #636D6A; }

 a { background-color: rgb(99,109,106); }

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

<style>
 span { border-color: #636D6A; }

 span { border-color: rgb(99,109,106); }

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