Html Css Color HEX #6F6665 Dim Gray

📋 copy color: '#6F6665'

red 111 ◦ green 102 ◦ blue 101

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

Shades of Dim Gray #6F6665

Tints of Dim Gray #6F6665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 35.35%
G = 32.48%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F6665 (or 0x6F6665) is known color: Dim Gray. HEX triplet: 6F, 66 and 65. RGB value is (111,102,101). Sum of RGB (Red+Green+Blue) = 111+102+101=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6665 is #90999A. Grayscale: #686868. Windows color (decimal): -9476507 or 6645359. OLE color: 6645359.

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

Color convert

RGB 111 102 101 -
CMYK 0 0.08 0.09 0.56
HSL 0.05% 0.42% -
HSV(B) 0.09% 0.44% -
XYZ 13.66 13.82 14.26 -
YUV 104.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 111 102 101 0 0.08 0.09 0.56 6 0.05 0.42
Hex 6F 66 65 0 8 9 38 6 5 2A
Octal 157 146 145 0 10 11 70 6 5 52
Binary 1101111 1100110 1100101 0 1000 1001 111000 110 101 101010

Color Harmonies of #6F6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6665

Black with #6F6665

Text Example


Text Example

White with #6F6665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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