Html Css Color HEX #666363 Dim Gray

📋 copy color: '#666363'

red 102 ◦ green 99 ◦ blue 99

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

Shades of Dim Gray #666363

Tints of Dim Gray #666363

RGB

 RED value IS 102 (40.23% from 255) = 34%

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

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

R = 34%
G = 33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#666363 (or 0x666363) is known color: Dim Gray. HEX triplet: 66, 63 and 63. RGB value is (102,99,99). Sum of RGB (Red+Green+Blue) = 102+99+99=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 102 - color contains mainly: red. Hex color #666363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666363 is #999C9C. Grayscale: #636363. Windows color (decimal): -10067101 or 6513510. OLE color: 6513510.

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

Color convert

RGB 102 99 99 -
CMYK 0 0.03 0.03 0.6
HSL 0.01% 0.39% -
HSV(B) 0.03% 0.4% -
XYZ 12.19 12.65 13.6 -
YUV 99.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 102 99 99 0 0.03 0.03 0.6 0 0.01 0.39
Hex 66 63 63 0 3 3 3C 0 1 27
Octal 146 143 143 0 3 3 74 0 1 47
Binary 1100110 1100011 1100011 0 11 11 111100 0 1 100111

Color Harmonies of #666363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666363

Black with #666363

Text Example


Text Example

White with #666363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666363; }

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

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

background-color css

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

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

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

border-color css

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

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

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