#695463

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

Shades of Salt Box #695463

Tints of Salt Box #695463

Color information

#695463 (or 0x695463) is unknown color: approx Salt Box. HEX triplet: 69, 54 and 63. RGB value is (105,84,99). Sum of RGB (Red+Green+Blue) = 105+84+99=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #695463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695463 is #96AB9C. Grayscale: #5B5B5B. Windows color (decimal): -9874333 or 6509673. OLE color: 6509673.

HSL color Cylindrical-coordinate representation of color #695463: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695463 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1058499-
CMYK00.200.060.59
HSL317.14º11.11%37.06%-
HSV(B)317.14º20%41.18%-
XYZ11.2510.2413.19-
YUV91.99131.96137.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=36.46%
G=29.17%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105849900.200.060.59317.1411.1137.06
Hex69546301463B13db25
Octal1511241430246734751345
Binary1101001101010011000110101001101110111001111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695463; }

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

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

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

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

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

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

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

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