#695462

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

Shades of Salt Box #695462

Tints of Salt Box #695462

Color information

#695462 (or 0x695462) is unknown color: approx Salt Box. HEX triplet: 69, 54 and 62. RGB value is (105,84,98). Sum of RGB (Red+Green+Blue) = 105+84+98=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695462 is #96AB9D. Grayscale: #5B5B5B. Windows color (decimal): -9874334 or 6444137. OLE color: 6444137.

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

Color convert

RGB1058498-
CMYK00.200.070.59
HSL320º11.11%37.06%-
HSV(B)320º20%41.18%-
XYZ11.210.2312.94-
YUV91.88131.46137.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=36.59%
G=29.27%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105849800.200.070.5932011.1137.06
Hex69546201473B140b25
Octal1511241420247735001345
Binary1101001101010011000100101001111110111010000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695462; }

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

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

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

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

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

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

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

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