Html Css Color HEX #6F6962 Sandstone

📋 copy color: '#6F6962'

red 111 ◦ green 105 ◦ blue 98

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

Shades of Sandstone #6F6962

Tints of Sandstone #6F6962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 35.35%
G = 33.44%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F6962 (or 0x6F6962) is known color: Sandstone. HEX triplet: 6F, 69 and 62. RGB value is (111,105,98). Sum of RGB (Red+Green+Blue) = 111+105+98=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6962 is #90969D. Grayscale: #6A6A6A. Windows color (decimal): -9475742 or 6449519. OLE color: 6449519.

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

Color convert

RGB 111 105 98 -
CMYK 0 0.05 0.12 0.56
HSL 32.31º 0.06% 0.41% -
HSV(B) 32.31º 0.12% 0.44% -
XYZ 13.81 14.36 13.6 -
YUV 106 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 111 105 98 0 0.05 0.12 0.56 32.31 0.06 0.41
Hex 6F 69 62 0 5 C 38 20 6 29
Octal 157 151 142 0 5 14 70 40 6 51
Binary 1101111 1101001 1100010 0 101 1100 111000 100000 110 101001

Color Harmonies of #6F6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6962

Black with #6F6962

Text Example


Text Example

White with #6F6962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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