Html Css Color HEX #706B67 Sandstone

📋 copy color: '#706B67'

red 112 ◦ green 107 ◦ blue 103

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

Shades of Sandstone #706B67

Tints of Sandstone #706B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.99%

R = 34.78%
G = 33.23%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#706B67 (or 0x706B67) is known color: Sandstone. HEX triplet: 70, 6B and 67. RGB value is (112,107,103). Sum of RGB (Red+Green+Blue) = 112+107+103=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B67 is #8F9498. Grayscale: #6C6C6C. Windows color (decimal): -9409689 or 6777712. OLE color: 6777712.

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

Color convert

RGB 112 107 103 -
CMYK 0 0.04 0.08 0.56
HSL 26.67º 0.04% 0.42% -
HSV(B) 26.67º 0.08% 0.44% -
XYZ 14.39 14.94 14.96 -
YUV 108.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 112 107 103 0 0.04 0.08 0.56 26.67 0.04 0.42
Hex 70 6B 67 0 4 8 38 1B 4 2A
Octal 160 153 147 0 4 10 70 33 4 52
Binary 1110000 1101011 1100111 0 100 1000 111000 11011 100 101010

Color Harmonies of #706B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B67

Black with #706B67

Text Example


Text Example

White with #706B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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