#696369

Color #696369 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #696369

Tints of Salt Box #696369

Color information

#696369 (or 0x696369) is unknown color: approx Salt Box. HEX triplet: 69, 63 and 69. RGB value is (105,99,105). Sum of RGB (Red+Green+Blue) = 105+99+105=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #696369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696369 is #969C96. Grayscale: #656565. Windows color (decimal): -9870487 or 6906729. OLE color: 6906729.

HSL color Cylindrical-coordinate representation of color #696369: hue angle of 300º 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 #696369 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10599105-
CMYK00.0600.59
HSL300º2.94%40%-
HSV(B)300º5.71%41.18%-
XYZ12.8412.9515.19-
YUV101.48129.99130.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=33.98%
G=32.04%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059910500.0600.593002.9440
Hex6963690603B12c328
Octal15114315106073454350
Binary1101001110001111010010110011101110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696369; }

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

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

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

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

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

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

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

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