Html Css Color HEX #6F6767 Dim Gray

📋 copy color: '#6F6767'

red 111 ◦ green 103 ◦ blue 103

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

Shades of Dim Gray #6F6767

Tints of Dim Gray #6F6767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 35.02%
G = 32.49%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F6767 (or 0x6F6767) is known color: Dim Gray. HEX triplet: 6F, 67 and 67. RGB value is (111,103,103). Sum of RGB (Red+Green+Blue) = 111+103+103=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6767 is #909898. Grayscale: #696969. Windows color (decimal): -9476249 or 6776687. OLE color: 6776687.

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

Color convert

RGB 111 103 103 -
CMYK 0 0.07 0.07 0.56
HSL 0.04% 0.42% -
HSV(B) 0.07% 0.44% -
XYZ 13.85 14.06 14.82 -
YUV 105.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 111 103 103 0 0.07 0.07 0.56 0 0.04 0.42
Hex 6F 67 67 0 7 7 38 0 4 2A
Octal 157 147 147 0 7 7 70 0 4 52
Binary 1101111 1100111 1100111 0 111 111 111000 0 100 101010

Color Harmonies of #6F6767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6767

Black with #6F6767

Text Example


Text Example

White with #6F6767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,103,103); }

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

background-color css

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

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

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

border-color css

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

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

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