Html Css Color HEX #63746F Rolling Stone

📋 copy color: '#63746F'

red 99 ◦ green 116 ◦ blue 111

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

Shades of Rolling Stone #63746F

Tints of Rolling Stone #63746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 30.37%
G = 35.58%
B = 34.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#63746F (or 0x63746F) is known color: Rolling Stone. HEX triplet: 63, 74 and 6F. RGB value is (99,116,111). Sum of RGB (Red+Green+Blue) = 99+116+111=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #63746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63746F is #9C8B90. Grayscale: #6E6E6E. Windows color (decimal): -10259345 or 7304291. OLE color: 7304291.

HSL color Cylindrical-coordinate representation of color #63746F: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63746F is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 116 111 -
CMYK 0.15 0 0.04 0.55
HSL 162.35º 0.08% 0.42% -
HSV(B) 162.35º 0.15% 0.45% -
XYZ 14.26 16.29 17.43 -
YUV 110.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 99 116 111 0.15 0 0.04 0.55 162.35 0.08 0.42
Hex 63 74 6F F 0 4 37 A2 8 2A
Octal 143 164 157 17 0 4 67 242 10 52
Binary 1100011 1110100 1101111 1111 0 100 110111 10100010 1000 101010

Color Harmonies of #63746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63746F

Black with #63746F

Text Example


Text Example

White with #63746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63746F; }

 p { color: rgb(99,116,111); }

 H1.HeaderClassName
 {
   color: #63746F;
 }
 .AnyTagClassName
 {
   color: #63746F;
 }
</style>

background-color css

<style>
 a { background-color: #63746F; }

 a { background-color: rgb(99,116,111); }

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

border-color css

<style>
 span { border-color: #63746F; }

 span { border-color: rgb(99,116,111); }

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