Html Css Color HEX #706B64 Sandstone

📋 copy color: '#706B64'

red 112 ◦ green 107 ◦ blue 100

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

Shades of Sandstone #706B64

Tints of Sandstone #706B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

 BLUE value IS 100 (39.45% from 255) = 31.35%

R = 35.11%
G = 33.54%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706B64 (or 0x706B64) is known color: Sandstone. HEX triplet: 70, 6B and 64. RGB value is (112,107,100). Sum of RGB (Red+Green+Blue) = 112+107+100=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B64 is #8F949B. Grayscale: #6B6B6B. Windows color (decimal): -9409692 or 6581104. OLE color: 6581104.

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

Color convert

RGB 112 107 100 -
CMYK 0 0.04 0.11 0.56
HSL 35º 0.06% 0.42% -
HSV(B) 35º 0.11% 0.44% -
XYZ 14.24 14.88 14.18 -
YUV 107.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 112 107 100 0 0.04 0.11 0.56 35 0.06 0.42
Hex 70 6B 64 0 4 B 38 23 6 2A
Octal 160 153 144 0 4 13 70 43 6 52
Binary 1110000 1101011 1100100 0 100 1011 111000 100011 110 101010

Color Harmonies of #706B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B64

Black with #706B64

Text Example


Text Example

White with #706B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,100); }

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

background-color css

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

 a { background-color: rgb(112,107,100); }

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

border-color css

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

 span { border-color: rgb(112,107,100); }

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