Html Css Color HEX #635D76 Smoky

📋 copy color: '#635D76'

red 99 ◦ green 93 ◦ blue 118

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

Shades of Smoky #635D76

Tints of Smoky #635D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 31.94%
G = 30%
B = 38.06%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#635D76 (or 0x635D76) is known color: Smoky. HEX triplet: 63, 5D and 76. RGB value is (99,93,118). Sum of RGB (Red+Green+Blue) = 99+93+118=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #635D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D76 is #9CA289. Grayscale: #616161. Windows color (decimal): -10265226 or 7757155. OLE color: 7757155.

HSL color Cylindrical-coordinate representation of color #635D76: hue angle of 254.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #635D76 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 93 118 -
CMYK 0.16 0.21 0 0.54
HSL 254.4º 0.12% 0.41% -
HSV(B) 254.4º 0.21% 0.46% -
XYZ 12.33 11.79 18.77 -
YUV 97.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 99 93 118 0.16 0.21 0 0.54 254.4 0.12 0.41
Hex 63 5D 76 10 15 0 36 FE C 29
Octal 143 135 166 20 25 0 66 376 14 51
Binary 1100011 1011101 1110110 10000 10101 0 110110 11111110 1100 101001

Color Harmonies of #635D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635D76

Black with #635D76

Text Example


Text Example

White with #635D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635D76; }

 p { color: rgb(99,93,118); }

 H1.HeaderClassName
 {
   color: #635D76;
 }
 .AnyTagClassName
 {
   color: #635D76;
 }
</style>

background-color css

<style>
 a { background-color: #635D76; }

 a { background-color: rgb(99,93,118); }

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

border-color css

<style>
 span { border-color: #635D76; }

 span { border-color: rgb(99,93,118); }

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