Html Css Color HEX #63817A Rolling Stone

📋 copy color: '#63817A'

red 99 ◦ green 129 ◦ blue 122

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

Shades of Rolling Stone #63817A

Tints of Rolling Stone #63817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 28.29%
G = 36.86%
B = 34.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#63817A (or 0x63817A) is known color: Rolling Stone. HEX triplet: 63, 81 and 7A. RGB value is (99,129,122). Sum of RGB (Red+Green+Blue) = 99+129+122=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #63817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63817A is #9C7E85. Grayscale: #777777. Windows color (decimal): -10256006 or 8028515. OLE color: 8028515.

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

Color convert

RGB 99 129 122 -
CMYK 0.23 0 0.05 0.49
HSL 166º 0.13% 0.45% -
HSV(B) 166º 0.23% 0.51% -
XYZ 16.51 19.76 21.36 -
YUV 119.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 99 129 122 0.23 0 0.05 0.49 166 0.13 0.45
Hex 63 81 7A 17 0 5 31 A6 D 2D
Octal 143 201 172 27 0 5 61 246 15 55
Binary 1100011 10000001 1111010 10111 0 101 110001 10100110 1101 101101

Color Harmonies of #63817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63817A

Black with #63817A

Text Example


Text Example

White with #63817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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