#63837D

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

Shades of Rolling Stone #63837D

Tints of Rolling Stone #63837D

Color information

#63837D (or 0x63837D) is unknown color: approx Rolling Stone. HEX triplet: 63, 83 and 7D. RGB value is (99,131,125). Sum of RGB (Red+Green+Blue) = 99+131+125=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #63837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63837D is #9C7C82. Grayscale: #787878. Windows color (decimal): -10255491 or 8225635. OLE color: 8225635.

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

Color convert

RGB99131125-
CMYK0.2400.050.49
HSL168.75º13.91%45.1%-
HSV(B)168.75º24.43%51.37%-
XYZ16.9620.3722.44-
YUV120.75130.4112.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=27.89%
G=36.90%
B=35.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991311250.2400.050.49168.7513.9145.1
Hex63837D180531a9e2d
Octal1432031753005612511655
Binary1100011100000111111101110000101110001101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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