#696467

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

Shades of Salt Box #696467

Tints of Salt Box #696467

Color information

#696467 (or 0x696467) is unknown color: approx Salt Box. HEX triplet: 69, 64 and 67. RGB value is (105,100,103). Sum of RGB (Red+Green+Blue) = 105+100+103=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 105 - color contains mainly: red. Hex color #696467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696467 is #969B98. Grayscale: #656565. Windows color (decimal): -9870233 or 6775913. OLE color: 6775913.

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

Color convert

RGB105100103-
CMYK00.050.020.59
HSL324º2.44%40.2%-
HSV(B)324º4.76%41.18%-
XYZ12.8313.114.68-
YUV101.84128.66130.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=34.09%
G=32.47%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510010300.050.020.593242.4440.2
Hex6964670523B144228
Octal15114414705273504250
Binary11010011100100110011101011011101110100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696467; }

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

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

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

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

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

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

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

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