Html Css Color HEX #706269 Scorpion

📋 copy color: '#706269'

red 112 ◦ green 98 ◦ blue 105

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

Shades of Scorpion #706269

Tints of Scorpion #706269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

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

R = 35.56%
G = 31.11%
B = 33.33%

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

#706269 (or 0x706269) is known color: Scorpion. HEX triplet: 70, 62 and 69. RGB value is (112,98,105). Sum of RGB (Red+Green+Blue) = 112+98+105=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706269 is #8F9D96. Grayscale: #666666. Windows color (decimal): -9411991 or 6906480. OLE color: 6906480.

HSL color Cylindrical-coordinate representation of color #706269: hue angle of 330º degrees, saturation: 0.07, 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 #706269 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 105 -
CMYK 0 0.13 0.06 0.56
HSL 330º 0.07% 0.41% -
HSV(B) 330º 0.13% 0.44% -
XYZ 13.6 13.2 15.2 -
YUV 102.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 112 98 105 0 0.13 0.06 0.56 330 0.07 0.41
Hex 70 62 69 0 D 6 38 14A 7 29
Octal 160 142 151 0 15 6 70 512 7 51
Binary 1110000 1100010 1101001 0 1101 110 111000 101001010 111 101001

Color Harmonies of #706269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706269

Black with #706269

Text Example


Text Example

White with #706269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706269; }

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

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

background-color css

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

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

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

border-color css

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

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

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