#696269

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

Shades of Salt Box #696269

Tints of Salt Box #696269

Color information

#696269 (or 0x696269) is unknown color: approx Salt Box. HEX triplet: 69, 62 and 69. RGB value is (105,98,105). Sum of RGB (Red+Green+Blue) = 105+98+105=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #696269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696269 is #969D96. Grayscale: #646464. Windows color (decimal): -9870743 or 6906473. OLE color: 6906473.

HSL color Cylindrical-coordinate representation of color #696269: 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.07%. Process color model (Four color, CMYK) of #696269 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10598105-
CMYK00.0700.59
HSL300º3.45%39.8%-
HSV(B)300º6.67%41.18%-
XYZ12.7412.7615.16-
YUV100.89130.32130.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=34.09%
G=31.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059810500.0700.593003.4539.8
Hex6962690703B12c328
Octal15114215107073454350
Binary1101001110001011010010111011101110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696269; }

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

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

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

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

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

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

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

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