Html Css Color HEX #706063 Scorpion

📋 copy color: '#706063'

red 112 ◦ green 96 ◦ blue 99

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

Shades of Scorpion #706063

Tints of Scorpion #706063

RGB

 RED value IS 112 (44.14% from 255) = 36.48%

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

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 36.48%
G = 31.27%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#706063 (or 0x706063) is known color: Scorpion. HEX triplet: 70, 60 and 63. RGB value is (112,96,99). Sum of RGB (Red+Green+Blue) = 112+96+99=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706063 is #8F9F9C. Grayscale: #656565. Windows color (decimal): -9412509 or 6512752. OLE color: 6512752.

HSL color Cylindrical-coordinate representation of color #706063: hue angle of 348.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706063 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 99 -
CMYK 0 0.14 0.12 0.56
HSL 348.75º 0.08% 0.41% -
HSV(B) 348.75º 0.14% 0.44% -
XYZ 13.12 12.71 13.57 -
YUV 101.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 112 96 99 0 0.14 0.12 0.56 348.75 0.08 0.41
Hex 70 60 63 0 E C 38 15D 8 29
Octal 160 140 143 0 16 14 70 535 10 51
Binary 1110000 1100000 1100011 0 1110 1100 111000 101011101 1000 101001

Color Harmonies of #706063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706063

Black with #706063

Text Example


Text Example

White with #706063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706063; }

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

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

background-color css

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

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

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

border-color css

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

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

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