Html Css Color HEX #6F6664 Dim Gray

📋 copy color: '#6F6664'

red 111 ◦ green 102 ◦ blue 100

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

Shades of Dim Gray #6F6664

Tints of Dim Gray #6F6664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 35.46%
G = 32.59%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F6664 (or 0x6F6664) is known color: Dim Gray. HEX triplet: 6F, 66 and 64. RGB value is (111,102,100). Sum of RGB (Red+Green+Blue) = 111+102+100=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6664 is #90999B. Grayscale: #686868. Windows color (decimal): -9476508 or 6579823. OLE color: 6579823.

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

Color convert

RGB 111 102 100 -
CMYK 0 0.08 0.10 0.56
HSL 10.91º 0.05% 0.41% -
HSV(B) 10.91º 0.1% 0.44% -
XYZ 13.61 13.8 14 -
YUV 104.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 111 102 100 0 0.08 0.10 0.56 10.91 0.05 0.41
Hex 6F 66 64 0 8 A 38 B 5 29
Octal 157 146 144 0 10 12 70 13 5 51
Binary 1101111 1100110 1100100 0 1000 1010 111000 1011 101 101001

Color Harmonies of #6F6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6664

Black with #6F6664

Text Example


Text Example

White with #6F6664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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