Html Css Color HEX #696867 Sandstone

📋 copy color: '#696867'

red 105 ◦ green 104 ◦ blue 103

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

Shades of Sandstone #696867

Tints of Sandstone #696867

RGB

 RED value IS 105 (41.41% from 255) = 33.65%

 GREEN value IS 104 (41.02% from 255) = 33.33%

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

R = 33.65%
G = 33.33%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#696867 (or 0x696867) is known color: Sandstone. HEX triplet: 69, 68 and 67. RGB value is (105,104,103). Sum of RGB (Red+Green+Blue) = 105+104+103=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 105 - color contains mainly: red. Hex color #696867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696867 is #969798. Grayscale: #686868. Windows color (decimal): -9869209 or 6776937. OLE color: 6776937.

HSL color Cylindrical-coordinate representation of color #696867: hue angle of 30º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #696867 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 103 -
CMYK 0 0.01 0.02 0.59
HSL 30º 0.01% 0.41% -
HSV(B) 30º 0.02% 0.41% -
XYZ 13.22 13.88 14.81 -
YUV 104.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 105 104 103 0 0.01 0.02 0.59 30 0.01 0.41
Hex 69 68 67 0 1 2 3B 1E 1 29
Octal 151 150 147 0 1 2 73 36 1 51
Binary 1101001 1101000 1100111 0 1 10 111011 11110 1 101001

Color Harmonies of #696867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696867

Black with #696867

Text Example


Text Example

White with #696867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696867; }

 p { color: rgb(105,104,103); }

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

background-color css

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

 a { background-color: rgb(105,104,103); }

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

border-color css

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

 span { border-color: rgb(105,104,103); }

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