Html Css Color HEX #63716E Rolling Stone

📋 copy color: '#63716E'

red 99 ◦ green 113 ◦ blue 110

#63716E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #63716E

Tints of Rolling Stone #63716E

RGB

 RED value IS 99 (39.06% from 255) = 30.75%

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 30.75%
G = 35.09%
B = 34.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#63716E (or 0x63716E) is known color: Rolling Stone. HEX triplet: 63, 71 and 6E. RGB value is (99,113,110). Sum of RGB (Red+Green+Blue) = 99+113+110=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #63716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63716E is #9C8E91. Grayscale: #6C6C6C. Windows color (decimal): -10260114 or 7237987. OLE color: 7237987.

HSL color Cylindrical-coordinate representation of color #63716E: hue angle of 167.14º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63716E is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 113 110 -
CMYK 0.12 0 0.03 0.56
HSL 167.14º 0.07% 0.42% -
HSV(B) 167.14º 0.12% 0.44% -
XYZ 13.87 15.59 17.03 -
YUV 108.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 99 113 110 0.12 0 0.03 0.56 167.14 0.07 0.42
Hex 63 71 6E C 0 3 38 A7 7 2A
Octal 143 161 156 14 0 3 70 247 7 52
Binary 1100011 1110001 1101110 1100 0 11 111000 10100111 111 101010

Color Harmonies of #63716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63716E

Black with #63716E

Text Example


Text Example

White with #63716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63716E; }

 p { color: rgb(99,113,110); }

 H1.HeaderClassName
 {
   color: #63716E;
 }
 .AnyTagClassName
 {
   color: #63716E;
 }
</style>

background-color css

<style>
 a { background-color: #63716E; }

 a { background-color: rgb(99,113,110); }

 div.DivClassName
 {
   background-color: #63716E;
 }
 .BgClassName
 {
   background-color: #63716E;
 }
</style>

border-color css

<style>
 span { border-color: #63716E; }

 span { border-color: rgb(99,113,110); }

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