Html Css Color HEX #6E6362 Dim Gray

📋 copy color: '#6E6362'

red 110 ◦ green 99 ◦ blue 98

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

Shades of Dim Gray #6E6362

Tints of Dim Gray #6E6362

RGB

 RED value IS 110 (43.36% from 255) = 35.83%

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 35.83%
G = 32.25%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E6362 (or 0x6E6362) is known color: Dim Gray. HEX triplet: 6E, 63 and 62. RGB value is (110,99,98). Sum of RGB (Red+Green+Blue) = 110+99+98=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6362 is #919C9D. Grayscale: #666666. Windows color (decimal): -9542814 or 6447982. OLE color: 6447982.

HSL color Cylindrical-coordinate representation of color #6E6362: hue angle of 5º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6362 is Cyan = 0, Magento = 0.1, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 99 98 -
CMYK 0 0.1 0.11 0.57
HSL 0.06% 0.41% -
HSV(B) 0.11% 0.43% -
XYZ 13.1 13.12 13.4 -
YUV 102.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 110 99 98 0 0.1 0.11 0.57 5 0.06 0.41
Hex 6E 63 62 0 A B 39 5 6 29
Octal 156 143 142 0 12 13 71 5 6 51
Binary 1101110 1100011 1100010 0 1010 1011 111001 101 110 101001

Color Harmonies of #6E6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6362

Black with #6E6362

Text Example


Text Example

White with #6E6362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,98); }

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

background-color css

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

 a { background-color: rgb(110,99,98); }

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

border-color css

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

 span { border-color: rgb(110,99,98); }

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