Html Css Color HEX #6F6564 Dim Gray

📋 copy color: '#6F6564'

red 111 ◦ green 101 ◦ blue 100

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

Shades of Dim Gray #6F6564

Tints of Dim Gray #6F6564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 35.58%
G = 32.37%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F6564 (or 0x6F6564) is known color: Dim Gray. HEX triplet: 6F, 65 and 64. RGB value is (111,101,100). Sum of RGB (Red+Green+Blue) = 111+101+100=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6564 is #909A9B. Grayscale: #676767. Windows color (decimal): -9476764 or 6579567. OLE color: 6579567.

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

Color convert

RGB 111 101 100 -
CMYK 0 0.09 0.10 0.56
HSL 5.45º 0.05% 0.41% -
HSV(B) 5.45º 0.1% 0.44% -
XYZ 13.51 13.61 13.97 -
YUV 103.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 111 101 100 0 0.09 0.10 0.56 5.45 0.05 0.41
Hex 6F 65 64 0 9 A 38 5 5 29
Octal 157 145 144 0 11 12 70 5 5 51
Binary 1101111 1100101 1100100 0 1001 1010 111000 101 101 101001

Color Harmonies of #6F6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6564

Black with #6F6564

Text Example


Text Example

White with #6F6564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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