#63817D

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

Shades of Rolling Stone #63817D

Tints of Rolling Stone #63817D

Color information

#63817D (or 0x63817D) is unknown color: approx Rolling Stone. HEX triplet: 63, 81 and 7D. RGB value is (99,129,125). Sum of RGB (Red+Green+Blue) = 99+129+125=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #63817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63817D is #9C7E82. Grayscale: #777777. Windows color (decimal): -10256003 or 8225123. OLE color: 8225123.

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

Color convert

RGB99129125-
CMYK0.2300.030.49
HSL172º13.16%44.71%-
HSV(B)172º23.26%50.59%-
XYZ16.719.8322.35-
YUV119.57131.06113.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=28.05%
G=36.54%
B=35.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991291250.2300.030.4917213.1644.71
Hex63817D170331acd2d
Octal1432011752703612541555
Binary110001110000001111110110111011110001101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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