#63807D

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

Shades of Rolling Stone #63807D

Tints of Rolling Stone #63807D

Color information

#63807D (or 0x63807D) is unknown color: approx Rolling Stone. HEX triplet: 63, 80 and 7D. RGB value is (99,128,125). Sum of RGB (Red+Green+Blue) = 99+128+125=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 128 - color contains mainly: green. Hex color #63807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63807D is #9C7F82. Grayscale: #767676. Windows color (decimal): -10256259 or 8224867. OLE color: 8224867.

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

Color convert

RGB99128125-
CMYK0.2300.020.50
HSL173.79º12.78%44.51%-
HSV(B)173.79º22.66%50.2%-
XYZ16.5719.5722.31-
YUV118.99131.39113.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=28.12%
G=36.36%
B=35.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991281250.2300.020.50173.7912.7844.51
Hex63807D170232aed2d
Octal1432001752702622561555
Binary110001110000000111110110111010110010101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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