#63837F

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

Shades of Rolling Stone #63837F

Tints of Rolling Stone #63837F

Color information

#63837F (or 0x63837F) is unknown color: approx Rolling Stone. HEX triplet: 63, 83 and 7F. RGB value is (99,131,127). Sum of RGB (Red+Green+Blue) = 99+131+127=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #63837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63837F is #9C7C80. Grayscale: #787878. Windows color (decimal): -10255489 or 8356707. OLE color: 8356707.

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

Color convert

RGB99131127-
CMYK0.2400.030.49
HSL172.5º13.91%45.1%-
HSV(B)172.5º24.43%51.37%-
XYZ17.0920.4223.12-
YUV120.98131.4112.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 127 (50% from 255) = 35.57%
R=27.73%
G=36.69%
B=35.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991311270.2400.030.49172.513.9145.1
Hex63837F180331ace2d
Octal1432031773003612541655
Binary110001110000011111111111000011110001101011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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