Html Css Color HEX #63706C Rolling Stone

📋 copy color: '#63706C'

red 99 ◦ green 112 ◦ blue 108

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

Shades of Rolling Stone #63706C

Tints of Rolling Stone #63706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 31.03%
G = 35.11%
B = 33.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#63706C (or 0x63706C) is known color: Rolling Stone. HEX triplet: 63, 70 and 6C. RGB value is (99,112,108). Sum of RGB (Red+Green+Blue) = 99+112+108=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #63706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63706C is #9C8F93. Grayscale: #6B6B6B. Windows color (decimal): -10260372 or 7106659. OLE color: 7106659.

HSL color Cylindrical-coordinate representation of color #63706C: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63706C is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 108 -
CMYK 0.12 0 0.04 0.56
HSL 161.54º 0.06% 0.41% -
HSV(B) 161.54º 0.12% 0.44% -
XYZ 13.65 15.32 16.43 -
YUV 107.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 99 112 108 0.12 0 0.04 0.56 161.54 0.06 0.41
Hex 63 70 6C C 0 4 38 A2 6 29
Octal 143 160 154 14 0 4 70 242 6 51
Binary 1100011 1110000 1101100 1100 0 100 111000 10100010 110 101001

Color Harmonies of #63706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63706C

Black with #63706C

Text Example


Text Example

White with #63706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63706C; }

 p { color: rgb(99,112,108); }

 H1.HeaderClassName
 {
   color: #63706C;
 }
 .AnyTagClassName
 {
   color: #63706C;
 }
</style>

background-color css

<style>
 a { background-color: #63706C; }

 a { background-color: rgb(99,112,108); }

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

border-color css

<style>
 span { border-color: #63706C; }

 span { border-color: rgb(99,112,108); }

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