Html Css Color HEX #6E6363 Dim Gray

📋 copy color: '#6E6363'

red 110 ◦ green 99 ◦ blue 99

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

Shades of Dim Gray #6E6363

Tints of Dim Gray #6E6363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 35.71%
G = 32.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#6E6363 (or 0x6E6363) is known color: Dim Gray. HEX triplet: 6E, 63 and 63. RGB value is (110,99,99). Sum of RGB (Red+Green+Blue) = 110+99+99=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6363 is #919C9C. Grayscale: #666666. Windows color (decimal): -9542813 or 6513518. OLE color: 6513518.

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

Color convert

RGB 110 99 99 -
CMYK 0 0.1 0.1 0.57
HSL 0.05% 0.41% -
HSV(B) 0.1% 0.43% -
XYZ 13.14 13.14 13.65 -
YUV 102.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 110 99 99 0 0.1 0.1 0.57 0 0.05 0.41
Hex 6E 63 63 0 A A 39 0 5 29
Octal 156 143 143 0 12 12 71 0 5 51
Binary 1101110 1100011 1100011 0 1010 1010 111001 0 101 101001

Color Harmonies of #6E6363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6363

Black with #6E6363

Text Example


Text Example

White with #6E6363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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