Html Css Color HEX #706C6E Scorpion

📋 copy color: '#706C6E'

red 112 ◦ green 108 ◦ blue 110

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

Shades of Scorpion #706C6E

Tints of Scorpion #706C6E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 33.94%
G = 32.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#706C6E (or 0x706C6E) is known color: Scorpion. HEX triplet: 70, 6C and 6E. RGB value is (112,108,110). Sum of RGB (Red+Green+Blue) = 112+108+110=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 112 - color contains mainly: red. Hex color #706C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C6E is #8F9391. Grayscale: #6D6D6D. Windows color (decimal): -9409426 or 7236720. OLE color: 7236720.

HSL color Cylindrical-coordinate representation of color #706C6E: hue angle of 330º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706C6E is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 110 -
CMYK 0 0.04 0.02 0.56
HSL 330º 0.02% 0.43% -
HSV(B) 330º 0.04% 0.44% -
XYZ 14.86 15.3 16.92 -
YUV 109.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 112 108 110 0 0.04 0.02 0.56 330 0.02 0.43
Hex 70 6C 6E 0 4 2 38 14A 2 2B
Octal 160 154 156 0 4 2 70 512 2 53
Binary 1110000 1101100 1101110 0 100 10 111000 101001010 10 101011

Color Harmonies of #706C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C6E

Black with #706C6E

Text Example


Text Example

White with #706C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706C6E; }

 p { color: rgb(112,108,110); }

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

background-color css

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

 a { background-color: rgb(112,108,110); }

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

border-color css

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

 span { border-color: rgb(112,108,110); }

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