Html Css Color HEX #635A5D Scorpion

📋 copy color: '#635A5D'

red 99 ◦ green 90 ◦ blue 93

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

Shades of Scorpion #635A5D

Tints of Scorpion #635A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 35.11%
G = 31.91%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#635A5D (or 0x635A5D) is known color: Scorpion. HEX triplet: 63, 5A and 5D. RGB value is (99,90,93). Sum of RGB (Red+Green+Blue) = 99+90+93=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A5D is #9CA5A2. Grayscale: #5D5D5D. Windows color (decimal): -10266019 or 6117987. OLE color: 6117987.

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

Color convert

RGB 99 90 93 -
CMYK 0 0.09 0.06 0.61
HSL 340º 0.05% 0.37% -
HSV(B) 340º 0.09% 0.39% -
XYZ 10.78 10.76 11.86 -
YUV 93.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 99 90 93 0 0.09 0.06 0.61 340 0.05 0.37
Hex 63 5A 5D 0 9 6 3D 154 5 25
Octal 143 132 135 0 11 6 75 524 5 45
Binary 1100011 1011010 1011101 0 1001 110 111101 101010100 101 100101

Color Harmonies of #635A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A5D

Black with #635A5D

Text Example


Text Example

White with #635A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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