Html Css Color HEX #63585D Scorpion

📋 copy color: '#63585D'

red 99 ◦ green 88 ◦ blue 93

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

Shades of Scorpion #63585D

Tints of Scorpion #63585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 35.36%
G = 31.43%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63585D (or 0x63585D) is known color: Scorpion. HEX triplet: 63, 58 and 5D. RGB value is (99,88,93). Sum of RGB (Red+Green+Blue) = 99+88+93=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #63585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63585D is #9CA7A2. Grayscale: #5B5B5B. Windows color (decimal): -10266531 or 6117475. OLE color: 6117475.

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

Color convert

RGB 99 88 93 -
CMYK 0 0.11 0.06 0.61
HSL 332.73º 0.06% 0.37% -
HSV(B) 332.73º 0.11% 0.39% -
XYZ 10.61 10.42 11.81 -
YUV 91.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 99 88 93 0 0.11 0.06 0.61 332.73 0.06 0.37
Hex 63 58 5D 0 B 6 3D 14D 6 25
Octal 143 130 135 0 13 6 75 515 6 45
Binary 1100011 1011000 1011101 0 1011 110 111101 101001101 110 100101

Color Harmonies of #63585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63585D

Black with #63585D

Text Example


Text Example

White with #63585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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