Html Css Color HEX #706C69 Sandstone

📋 copy color: '#706C69'

red 112 ◦ green 108 ◦ blue 105

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

Shades of Sandstone #706C69

Tints of Sandstone #706C69

RGB

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

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

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

R = 34.46%
G = 33.23%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706C69 (or 0x706C69) is known color: Sandstone. HEX triplet: 70, 6C and 69. RGB value is (112,108,105). Sum of RGB (Red+Green+Blue) = 112+108+105=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #706C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C69 is #8F9396. Grayscale: #6C6C6C. Windows color (decimal): -9409431 or 6909040. OLE color: 6909040.

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

Color convert

RGB 112 108 105 -
CMYK 0 0.04 0.06 0.56
HSL 25.71º 0.03% 0.43% -
HSV(B) 25.71º 0.06% 0.44% -
XYZ 14.59 15.19 15.53 -
YUV 108.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 112 108 105 0 0.04 0.06 0.56 25.71 0.03 0.43
Hex 70 6C 69 0 4 6 38 1A 3 2B
Octal 160 154 151 0 4 6 70 32 3 53
Binary 1110000 1101100 1101001 0 100 110 111000 11010 11 101011

Color Harmonies of #706C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C69

Black with #706C69

Text Example


Text Example

White with #706C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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