Html Css Color HEX #6F6563 Dim Gray

📋 copy color: '#6F6563'

red 111 ◦ green 101 ◦ blue 99

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

Shades of Dim Gray #6F6563

Tints of Dim Gray #6F6563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 35.69%
G = 32.48%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F6563 (or 0x6F6563) is known color: Dim Gray. HEX triplet: 6F, 65 and 63. RGB value is (111,101,99). Sum of RGB (Red+Green+Blue) = 111+101+99=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6563 is #909A9C. Grayscale: #676767. Windows color (decimal): -9476765 or 6514031. OLE color: 6514031.

HSL color Cylindrical-coordinate representation of color #6F6563: hue angle of 10º 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 #6F6563 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 101 99 -
CMYK 0 0.09 0.11 0.56
HSL 10º 0.06% 0.41% -
HSV(B) 10º 0.11% 0.44% -
XYZ 13.46 13.59 13.72 -
YUV 103.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 111 101 99 0 0.09 0.11 0.56 10 0.06 0.41
Hex 6F 65 63 0 9 B 38 A 6 29
Octal 157 145 143 0 11 13 70 12 6 51
Binary 1101111 1100101 1100011 0 1001 1011 111000 1010 110 101001

Color Harmonies of #6F6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6563

Black with #6F6563

Text Example


Text Example

White with #6F6563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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