Html Css Color HEX #706169 Scorpion

📋 copy color: '#706169'

red 112 ◦ green 97 ◦ blue 105

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

Shades of Scorpion #706169

Tints of Scorpion #706169

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 35.67%
G = 30.89%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706169 (or 0x706169) is known color: Scorpion. HEX triplet: 70, 61 and 69. RGB value is (112,97,105). Sum of RGB (Red+Green+Blue) = 112+97+105=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706169 is #8F9E96. Grayscale: #666666. Windows color (decimal): -9412247 or 6906224. OLE color: 6906224.

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

Color convert

RGB 112 97 105 -
CMYK 0 0.13 0.06 0.56
HSL 328º 0.07% 0.41% -
HSV(B) 328º 0.13% 0.44% -
XYZ 13.51 13.01 15.16 -
YUV 102.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 112 97 105 0 0.13 0.06 0.56 328 0.07 0.41
Hex 70 61 69 0 D 6 38 148 7 29
Octal 160 141 151 0 15 6 70 510 7 51
Binary 1110000 1100001 1101001 0 1101 110 111000 101001000 111 101001

Color Harmonies of #706169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706169

Black with #706169

Text Example


Text Example

White with #706169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706169; }

 p { color: rgb(112,97,105); }

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

background-color css

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

 a { background-color: rgb(112,97,105); }

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

border-color css

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

 span { border-color: rgb(112,97,105); }

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