Html Css Color HEX #6F6960 Sandstone

📋 copy color: '#6F6960'

red 111 ◦ green 105 ◦ blue 96

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

Shades of Sandstone #6F6960

Tints of Sandstone #6F6960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 35.58%
G = 33.65%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F6960 (or 0x6F6960) is known color: Sandstone. HEX triplet: 6F, 69 and 60. RGB value is (111,105,96). Sum of RGB (Red+Green+Blue) = 111+105+96=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6960 is #90969F. Grayscale: #696969. Windows color (decimal): -9475744 or 6318447. OLE color: 6318447.

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

Color convert

RGB 111 105 96 -
CMYK 0 0.05 0.14 0.56
HSL 36º 0.07% 0.41% -
HSV(B) 36º 0.14% 0.44% -
XYZ 13.72 14.33 13.11 -
YUV 105.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 111 105 96 0 0.05 0.14 0.56 36 0.07 0.41
Hex 6F 69 60 0 5 E 38 24 7 29
Octal 157 151 140 0 5 16 70 44 7 51
Binary 1101111 1101001 1100000 0 101 1110 111000 100100 111 101001

Color Harmonies of #6F6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6960

Black with #6F6960

Text Example


Text Example

White with #6F6960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,96); }

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

background-color css

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

 a { background-color: rgb(111,105,96); }

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

border-color css

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

 span { border-color: rgb(111,105,96); }

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