Html Css Color HEX #6A6767 Dim Gray

📋 copy color: '#6A6767'

red 106 ◦ green 103 ◦ blue 103

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

Shades of Dim Gray #6A6767

Tints of Dim Gray #6A6767

RGB

 RED value IS 106 (41.8% from 255) = 33.97%

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

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

R = 33.97%
G = 33.01%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6A6767 (or 0x6A6767) is known color: Dim Gray. HEX triplet: 6A, 67 and 67. RGB value is (106,103,103). Sum of RGB (Red+Green+Blue) = 106+103+103=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6767 is #959898. Grayscale: #676767. Windows color (decimal): -9803929 or 6776682. OLE color: 6776682.

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

Color convert

RGB 106 103 103 -
CMYK 0 0.03 0.03 0.58
HSL 0.01% 0.41% -
HSV(B) 0.03% 0.42% -
XYZ 13.24 13.74 14.79 -
YUV 103.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 106 103 103 0 0.03 0.03 0.58 0 0.01 0.41
Hex 6A 67 67 0 3 3 3A 0 1 29
Octal 152 147 147 0 3 3 72 0 1 51
Binary 1101010 1100111 1100111 0 11 11 111010 0 1 101001

Color Harmonies of #6A6767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6767

Black with #6A6767

Text Example


Text Example

White with #6A6767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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