Html Css Color HEX #696564 Dim Gray

📋 copy color: '#696564'

red 105 ◦ green 101 ◦ blue 100

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

Shades of Dim Gray #696564

Tints of Dim Gray #696564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 34.31%
G = 33.01%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#696564 (or 0x696564) is known color: Dim Gray. HEX triplet: 69, 65 and 64. RGB value is (105,101,100). Sum of RGB (Red+Green+Blue) = 105+101+100=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696564 is #969A9B. Grayscale: #666666. Windows color (decimal): -9869980 or 6579561. OLE color: 6579561.

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

Color convert

RGB 105 101 100 -
CMYK 0 0.04 0.05 0.59
HSL 12º 0.02% 0.4% -
HSV(B) 12º 0.05% 0.41% -
XYZ 12.78 13.23 13.94 -
YUV 102.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 105 101 100 0 0.04 0.05 0.59 12 0.02 0.4
Hex 69 65 64 0 4 5 3B C 2 28
Octal 151 145 144 0 4 5 73 14 2 50
Binary 1101001 1100101 1100100 0 100 101 111011 1100 10 101000

Color Harmonies of #696564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696564

Black with #696564

Text Example


Text Example

White with #696564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696564; }

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

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

background-color css

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

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

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

border-color css

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

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

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