Html Css Color HEX #696463 Dim Gray

📋 copy color: '#696463'

red 105 ◦ green 100 ◦ blue 99

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

Shades of Dim Gray #696463

Tints of Dim Gray #696463

RGB

 RED value IS 105 (41.41% from 255) = 34.54%

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 34.54%
G = 32.89%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#696463 (or 0x696463) is known color: Dim Gray. HEX triplet: 69, 64 and 63. RGB value is (105,100,99). Sum of RGB (Red+Green+Blue) = 105+100+99=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #696463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696463 is #969B9C. Grayscale: #656565. Windows color (decimal): -9870237 or 6513769. OLE color: 6513769.

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

Color convert

RGB 105 100 99 -
CMYK 0 0.05 0.06 0.59
HSL 10º 0.03% 0.4% -
HSV(B) 10º 0.06% 0.41% -
XYZ 12.64 13.02 13.65 -
YUV 101.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 105 100 99 0 0.05 0.06 0.59 10 0.03 0.4
Hex 69 64 63 0 5 6 3B A 3 28
Octal 151 144 143 0 5 6 73 12 3 50
Binary 1101001 1100100 1100011 0 101 110 111011 1010 11 101000

Color Harmonies of #696463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696463

Black with #696463

Text Example


Text Example

White with #696463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696463; }

 p { color: rgb(105,100,99); }

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

background-color css

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

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

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

border-color css

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

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

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