Html Css Color HEX #706C66 Sandstone

📋 copy color: '#706C66'

red 112 ◦ green 108 ◦ blue 102

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

Shades of Sandstone #706C66

Tints of Sandstone #706C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.68%

R = 34.78%
G = 33.54%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706C66 (or 0x706C66) is known color: Sandstone. HEX triplet: 70, 6C and 66. RGB value is (112,108,102). Sum of RGB (Red+Green+Blue) = 112+108+102=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C66 is #8F9399. Grayscale: #6C6C6C. Windows color (decimal): -9409434 or 6712432. OLE color: 6712432.

HSL color Cylindrical-coordinate representation of color #706C66: hue angle of 36º 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 #706C66 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 102 -
CMYK 0 0.04 0.09 0.56
HSL 36º 0.05% 0.42% -
HSV(B) 36º 0.09% 0.44% -
XYZ 14.44 15.13 14.73 -
YUV 108.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 112 108 102 0 0.04 0.09 0.56 36 0.05 0.42
Hex 70 6C 66 0 4 9 38 24 5 2A
Octal 160 154 146 0 4 11 70 44 5 52
Binary 1110000 1101100 1100110 0 100 1001 111000 100100 101 101010

Color Harmonies of #706C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C66

Black with #706C66

Text Example


Text Example

White with #706C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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