Html Css Color HEX #676363 Dim Gray

📋 copy color: '#676363'

red 103 ◦ green 99 ◦ blue 99

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

Shades of Dim Gray #676363

Tints of Dim Gray #676363

RGB

 RED value IS 103 (40.63% from 255) = 34.22%

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

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

R = 34.22%
G = 32.89%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#676363 (or 0x676363) is known color: Dim Gray. HEX triplet: 67, 63 and 63. RGB value is (103,99,99). Sum of RGB (Red+Green+Blue) = 103+99+99=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 103 - color contains mainly: red. Hex color #676363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676363 is #989C9C. Grayscale: #646464. Windows color (decimal): -10001565 or 6513511. OLE color: 6513511.

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

Color convert

RGB 103 99 99 -
CMYK 0 0.04 0.04 0.60
HSL 0.02% 0.4% -
HSV(B) 0.04% 0.4% -
XYZ 12.31 12.71 13.61 -
YUV 100.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 103 99 99 0 0.04 0.04 0.60 0 0.02 0.4
Hex 67 63 63 0 4 4 3C 0 2 28
Octal 147 143 143 0 4 4 74 0 2 50
Binary 1100111 1100011 1100011 0 100 100 111100 0 10 101000

Color Harmonies of #676363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676363

Black with #676363

Text Example


Text Example

White with #676363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676363; }

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

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

background-color css

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

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

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

border-color css

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

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

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