Html Css Color HEX #636061 Scorpion

📋 copy color: '#636061'

red 99 ◦ green 96 ◦ blue 97

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

Shades of Scorpion #636061

Tints of Scorpion #636061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 33.9%
G = 32.88%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#636061 (or 0x636061) is known color: Scorpion. HEX triplet: 63, 60 and 61. RGB value is (99,96,97). Sum of RGB (Red+Green+Blue) = 99+96+97=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 99 - color contains mainly: red. Hex color #636061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636061 is #9C9F9E. Grayscale: #616161. Windows color (decimal): -10264479 or 6381667. OLE color: 6381667.

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

Color convert

RGB 99 96 97 -
CMYK 0 0.03 0.02 0.61
HSL 340º 0.02% 0.38% -
HSV(B) 340º 0.03% 0.39% -
XYZ 11.49 11.88 13 -
YUV 97.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 99 96 97 0 0.03 0.02 0.61 340 0.02 0.38
Hex 63 60 61 0 3 2 3D 154 2 26
Octal 143 140 141 0 3 2 75 524 2 46
Binary 1100011 1100000 1100001 0 11 10 111101 101010100 10 100110

Color Harmonies of #636061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636061

Black with #636061

Text Example


Text Example

White with #636061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636061; }

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

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

background-color css

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

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

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

border-color css

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

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

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