Html Css Color HEX #63817F Rolling Stone

📋 copy color: '#63817F'

red 99 ◦ green 129 ◦ blue 127

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

Shades of Rolling Stone #63817F

Tints of Rolling Stone #63817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 27.89%
G = 36.34%
B = 35.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#63817F (or 0x63817F) is known color: Rolling Stone. HEX triplet: 63, 81 and 7F. RGB value is (99,129,127). Sum of RGB (Red+Green+Blue) = 99+129+127=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 129 - color contains mainly: green. Hex color #63817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63817F is #9C7E80. Grayscale: #777777. Windows color (decimal): -10256001 or 8356195. OLE color: 8356195.

HSL color Cylindrical-coordinate representation of color #63817F: hue angle of 176º 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 #63817F is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 129 127 -
CMYK 0.23 0 0.02 0.49
HSL 176º 0.13% 0.45% -
HSV(B) 176º 0.23% 0.51% -
XYZ 16.83 19.89 23.03 -
YUV 119.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 99 129 127 0.23 0 0.02 0.49 176 0.13 0.45
Hex 63 81 7F 17 0 2 31 B0 D 2D
Octal 143 201 177 27 0 2 61 260 15 55
Binary 1100011 10000001 1111111 10111 0 10 110001 10110000 1101 101101

Color Harmonies of #63817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63817F

Black with #63817F

Text Example


Text Example

White with #63817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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