Html Css Color HEX #6F685E Sandstone

📋 copy color: '#6F685E'

red 111 ◦ green 104 ◦ blue 94

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

Shades of Sandstone #6F685E

Tints of Sandstone #6F685E

RGB

 RED value IS 111 (43.75% from 255) = 35.92%

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

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 35.92%
G = 33.66%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F685E (or 0x6F685E) is known color: Sandstone. HEX triplet: 6F, 68 and 5E. RGB value is (111,104,94). Sum of RGB (Red+Green+Blue) = 111+104+94=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F685E is #9097A1. Grayscale: #696969. Windows color (decimal): -9476002 or 6187119. OLE color: 6187119.

HSL color Cylindrical-coordinate representation of color #6F685E: hue angle of 35.29º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F685E is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 104 94 -
CMYK 0 0.06 0.15 0.56
HSL 35.29º 0.08% 0.4% -
HSV(B) 35.29º 0.15% 0.44% -
XYZ 13.53 14.09 12.6 -
YUV 104.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 111 104 94 0 0.06 0.15 0.56 35.29 0.08 0.4
Hex 6F 68 5E 0 6 F 38 23 8 28
Octal 157 150 136 0 6 17 70 43 10 50
Binary 1101111 1101000 1011110 0 110 1111 111000 100011 1000 101000

Color Harmonies of #6F685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F685E

Black with #6F685E

Text Example


Text Example

White with #6F685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F685E; }

 p { color: rgb(111,104,94); }

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

background-color css

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

 a { background-color: rgb(111,104,94); }

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

border-color css

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

 span { border-color: rgb(111,104,94); }

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