Html Css Color HEX #70636A Scorpion

📋 copy color: '#70636A'

red 112 ◦ green 99 ◦ blue 106

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

Shades of Scorpion #70636A

Tints of Scorpion #70636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 35.33%
G = 31.23%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70636A (or 0x70636A) is known color: Scorpion. HEX triplet: 70, 63 and 6A. RGB value is (112,99,106). Sum of RGB (Red+Green+Blue) = 112+99+106=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #70636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636A is #8F9C95. Grayscale: #676767. Windows color (decimal): -9411734 or 6972272. OLE color: 6972272.

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

Color convert

RGB 112 99 106 -
CMYK 0 0.12 0.05 0.56
HSL 327.69º 0.06% 0.41% -
HSV(B) 327.69º 0.12% 0.44% -
XYZ 13.75 13.41 15.5 -
YUV 103.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 112 99 106 0 0.12 0.05 0.56 327.69 0.06 0.41
Hex 70 63 6A 0 C 5 38 148 6 29
Octal 160 143 152 0 14 5 70 510 6 51
Binary 1110000 1100011 1101010 0 1100 101 111000 101001000 110 101001

Color Harmonies of #70636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70636A

Black with #70636A

Text Example


Text Example

White with #70636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70636A; }

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

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

background-color css

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

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

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

border-color css

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

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

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