Html Css Color HEX #635E60 Scorpion

📋 copy color: '#635E60'

red 99 ◦ green 94 ◦ blue 96

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

Shades of Scorpion #635E60

Tints of Scorpion #635E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 34.26%
G = 32.53%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635E60 (or 0x635E60) is known color: Scorpion. HEX triplet: 63, 5E and 60. RGB value is (99,94,96). Sum of RGB (Red+Green+Blue) = 99+94+96=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 99 - color contains mainly: red. Hex color #635E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E60 is #9CA19F. Grayscale: #5F5F5F. Windows color (decimal): -10264992 or 6315619. OLE color: 6315619.

HSL color Cylindrical-coordinate representation of color #635E60: hue angle of 336º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #635E60 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 94 96 -
CMYK 0 0.05 0.03 0.61
HSL 336º 0.03% 0.38% -
HSV(B) 336º 0.05% 0.39% -
XYZ 11.26 11.5 12.69 -
YUV 95.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 99 94 96 0 0.05 0.03 0.61 336 0.03 0.38
Hex 63 5E 60 0 5 3 3D 150 3 26
Octal 143 136 140 0 5 3 75 520 3 46
Binary 1100011 1011110 1100000 0 101 11 111101 101010000 11 100110

Color Harmonies of #635E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E60

Black with #635E60

Text Example


Text Example

White with #635E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,94,96); }

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

background-color css

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

 a { background-color: rgb(99,94,96); }

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

border-color css

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

 span { border-color: rgb(99,94,96); }

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