Html Css Color HEX #63837D Rolling Stone

📋 copy color: '#63837D'

red 99 ◦ green 131 ◦ blue 125

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

Shades of Rolling Stone #63837D

Tints of Rolling Stone #63837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 27.89%
G = 36.9%
B = 35.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#63837D (or 0x63837D) is known color: Rolling Stone. HEX triplet: 63, 83 and 7D. RGB value is (99,131,125). Sum of RGB (Red+Green+Blue) = 99+131+125=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #63837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63837D is #9C7C82. Grayscale: #787878. Windows color (decimal): -10255491 or 8225635. OLE color: 8225635.

HSL color Cylindrical-coordinate representation of color #63837D: hue angle of 168.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63837D is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 131 125 -
CMYK 0.24 0 0.05 0.49
HSL 168.75º 0.14% 0.45% -
HSV(B) 168.75º 0.24% 0.51% -
XYZ 16.96 20.37 22.44 -
YUV 120.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 99 131 125 0.24 0 0.05 0.49 168.75 0.14 0.45
Hex 63 83 7D 18 0 5 31 A9 E 2D
Octal 143 203 175 30 0 5 61 251 16 55
Binary 1100011 10000011 1111101 11000 0 101 110001 10101001 1110 101101

Color Harmonies of #63837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63837D

Black with #63837D

Text Example


Text Example

White with #63837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63837D; }

 p { color: rgb(99,131,125); }

 H1.HeaderClassName
 {
   color: #63837D;
 }
 .AnyTagClassName
 {
   color: #63837D;
 }
</style>

background-color css

<style>
 a { background-color: #63837D; }

 a { background-color: rgb(99,131,125); }

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

border-color css

<style>
 span { border-color: #63837D; }

 span { border-color: rgb(99,131,125); }

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