Html Css Color HEX #706669 Scorpion

📋 copy color: '#706669'

red 112 ◦ green 102 ◦ blue 105

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

Shades of Scorpion #706669

Tints of Scorpion #706669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 35.11%
G = 31.97%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706669 (or 0x706669) is known color: Scorpion. HEX triplet: 70, 66 and 69. RGB value is (112,102,105). Sum of RGB (Red+Green+Blue) = 112+102+105=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706669 is #8F9996. Grayscale: #696969. Windows color (decimal): -9410967 or 6907504. OLE color: 6907504.

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

Color convert

RGB 112 102 105 -
CMYK 0 0.09 0.06 0.56
HSL 342º 0.05% 0.42% -
HSV(B) 342º 0.09% 0.44% -
XYZ 13.98 13.97 15.32 -
YUV 105.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 112 102 105 0 0.09 0.06 0.56 342 0.05 0.42
Hex 70 66 69 0 9 6 38 156 5 2A
Octal 160 146 151 0 11 6 70 526 5 52
Binary 1110000 1100110 1101001 0 1001 110 111000 101010110 101 101010

Color Harmonies of #706669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706669

Black with #706669

Text Example


Text Example

White with #706669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706669; }

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

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

background-color css

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

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

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

border-color css

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

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

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