Html Css Color HEX #63595E Scorpion

📋 copy color: '#63595E'

red 99 ◦ green 89 ◦ blue 94

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

Shades of Scorpion #63595E

Tints of Scorpion #63595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 35.11%
G = 31.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63595E (or 0x63595E) is known color: Scorpion. HEX triplet: 63, 59 and 5E. RGB value is (99,89,94). Sum of RGB (Red+Green+Blue) = 99+89+94=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #63595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63595E is #9CA6A1. Grayscale: #5C5C5C. Windows color (decimal): -10266274 or 6183267. OLE color: 6183267.

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

Color convert

RGB 99 89 94 -
CMYK 0 0.10 0.05 0.61
HSL 330º 0.05% 0.37% -
HSV(B) 330º 0.1% 0.39% -
XYZ 10.74 10.61 12.07 -
YUV 92.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 99 89 94 0 0.10 0.05 0.61 330 0.05 0.37
Hex 63 59 5E 0 A 5 3D 14A 5 25
Octal 143 131 136 0 12 5 75 512 5 45
Binary 1100011 1011001 1011110 0 1010 101 111101 101001010 101 100101

Color Harmonies of #63595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63595E

Black with #63595E

Text Example


Text Example

White with #63595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63595E; }

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

 H1.HeaderClassName
 {
   color: #63595E;
 }
 .AnyTagClassName
 {
   color: #63595E;
 }
</style>

background-color css

<style>
 a { background-color: #63595E; }

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

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

border-color css

<style>
 span { border-color: #63595E; }

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

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