Html Css Color HEX #6F6A63 Sandstone

📋 copy color: '#6F6A63'

red 111 ◦ green 106 ◦ blue 99

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

Shades of Sandstone #6F6A63

Tints of Sandstone #6F6A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 35.13%
G = 33.54%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F6A63 (or 0x6F6A63) is known color: Sandstone. HEX triplet: 6F, 6A and 63. RGB value is (111,106,99). Sum of RGB (Red+Green+Blue) = 111+106+99=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A63 is #90959C. Grayscale: #6A6A6A. Windows color (decimal): -9475485 or 6515311. OLE color: 6515311.

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

Color convert

RGB 111 106 99 -
CMYK 0 0.05 0.11 0.56
HSL 35º 0.06% 0.41% -
HSV(B) 35º 0.11% 0.44% -
XYZ 13.96 14.59 13.88 -
YUV 106.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 111 106 99 0 0.05 0.11 0.56 35 0.06 0.41
Hex 6F 6A 63 0 5 B 38 23 6 29
Octal 157 152 143 0 5 13 70 43 6 51
Binary 1101111 1101010 1100011 0 101 1011 111000 100011 110 101001

Color Harmonies of #6F6A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A63

Black with #6F6A63

Text Example


Text Example

White with #6F6A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,99); }

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

background-color css

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

 a { background-color: rgb(111,106,99); }

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

border-color css

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

 span { border-color: rgb(111,106,99); }

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