#696362

Color #696362 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #696362

Tints of Dim Gray #696362

Color information

#696362 (or 0x696362) is unknown color: approx Dim Gray. HEX triplet: 69, 63 and 62. RGB value is (105,99,98). Sum of RGB (Red+Green+Blue) = 105+99+98=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696362 is #969C9D. Grayscale: #646464. Windows color (decimal): -9870494 or 6447977. OLE color: 6447977.

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

Color convert

RGB1059998-
CMYK00.060.070.59
HSL8.57º3.45%39.8%-
HSV(B)8.57º6.67%41.18%-
XYZ12.4912.8113.37-
YUV100.68126.49131.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=34.77%
G=32.78%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105999800.060.070.598.573.4539.8
Hex6963620673B9328
Octal1511431420677311350
Binary1101001110001111000100110111111011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696362; }

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

 H1.HeaderClassName
 {
   color: #696362;
 }
 .AnyTagClassName
 {
   color: #696362;
 }
</style>
background-color css

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

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

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

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

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

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