#696368

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

Shades of Salt Box #696368

Tints of Salt Box #696368

Color information

#696368 (or 0x696368) is unknown color: approx Salt Box. HEX triplet: 69, 63 and 68. RGB value is (105,99,104). Sum of RGB (Red+Green+Blue) = 105+99+104=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 105 - color contains mainly: red. Hex color #696368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696368 is #969C97. Grayscale: #656565. Windows color (decimal): -9870488 or 6841193. OLE color: 6841193.

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

Color convert

RGB10599104-
CMYK00.060.010.59
HSL310º2.94%40%-
HSV(B)310º5.71%41.18%-
XYZ12.7912.9314.92-
YUV101.36129.49130.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=34.09%
G=32.14%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059910400.060.010.593102.9440
Hex6963680613B136328
Octal15114315006173466350
Binary1101001110001111010000110111101110011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696368; }

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

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

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

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

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

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

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

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