Html Css Color HEX #706569 Scorpion

📋 copy color: '#706569'

red 112 ◦ green 101 ◦ blue 105

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

Shades of Scorpion #706569

Tints of Scorpion #706569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 35.22%
G = 31.76%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706569 (or 0x706569) is known color: Scorpion. HEX triplet: 70, 65 and 69. RGB value is (112,101,105). Sum of RGB (Red+Green+Blue) = 112+101+105=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #706569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706569 is #8F9A96. Grayscale: #686868. Windows color (decimal): -9411223 or 6907248. OLE color: 6907248.

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

Color convert

RGB 112 101 105 -
CMYK 0 0.10 0.06 0.56
HSL 338.18º 0.05% 0.42% -
HSV(B) 338.18º 0.1% 0.44% -
XYZ 13.89 13.77 15.29 -
YUV 104.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 112 101 105 0 0.10 0.06 0.56 338.18 0.05 0.42
Hex 70 65 69 0 A 6 38 152 5 2A
Octal 160 145 151 0 12 6 70 522 5 52
Binary 1110000 1100101 1101001 0 1010 110 111000 101010010 101 101010

Color Harmonies of #706569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706569

Black with #706569

Text Example


Text Example

White with #706569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706569; }

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

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

background-color css

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

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

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

border-color css

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

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

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