Html Css Color HEX #696661 Sandstone

📋 copy color: '#696661'

red 105 ◦ green 102 ◦ blue 97

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

Shades of Sandstone #696661

Tints of Sandstone #696661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 34.54%
G = 33.55%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#696661 (or 0x696661) is known color: Sandstone. HEX triplet: 69, 66 and 61. RGB value is (105,102,97). Sum of RGB (Red+Green+Blue) = 105+102+97=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #696661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696661 is #96999E. Grayscale: #666666. Windows color (decimal): -9869727 or 6383209. OLE color: 6383209.

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

Color convert

RGB 105 102 97 -
CMYK 0 0.03 0.08 0.59
HSL 37.5º 0.04% 0.4% -
HSV(B) 37.5º 0.08% 0.41% -
XYZ 12.73 13.37 13.22 -
YUV 102.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 105 102 97 0 0.03 0.08 0.59 37.5 0.04 0.4
Hex 69 66 61 0 3 8 3B 26 4 28
Octal 151 146 141 0 3 10 73 46 4 50
Binary 1101001 1100110 1100001 0 11 1000 111011 100110 100 101000

Color Harmonies of #696661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696661

Black with #696661

Text Example


Text Example

White with #696661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696661; }

 p { color: rgb(105,102,97); }

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

background-color css

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

 a { background-color: rgb(105,102,97); }

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

border-color css

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

 span { border-color: rgb(105,102,97); }

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