Html Css Color HEX #6F685F Sandstone

📋 copy color: '#6F685F'

red 111 ◦ green 104 ◦ blue 95

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

Shades of Sandstone #6F685F

Tints of Sandstone #6F685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 35.81%
G = 33.55%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F685F (or 0x6F685F) is known color: Sandstone. HEX triplet: 6F, 68 and 5F. RGB value is (111,104,95). Sum of RGB (Red+Green+Blue) = 111+104+95=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F685F is #9097A0. Grayscale: #696969. Windows color (decimal): -9476001 or 6252655. OLE color: 6252655.

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

Color convert

RGB 111 104 95 -
CMYK 0 0.06 0.14 0.56
HSL 33.75º 0.08% 0.4% -
HSV(B) 33.75º 0.14% 0.44% -
XYZ 13.57 14.11 12.83 -
YUV 105.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 111 104 95 0 0.06 0.14 0.56 33.75 0.08 0.4
Hex 6F 68 5F 0 6 E 38 22 8 28
Octal 157 150 137 0 6 16 70 42 10 50
Binary 1101111 1101000 1011111 0 110 1110 111000 100010 1000 101000

Color Harmonies of #6F685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F685F

Black with #6F685F

Text Example


Text Example

White with #6F685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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