#695362

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

Shades of Salt Box #695362

Tints of Salt Box #695362

Color information

#695362 (or 0x695362) is unknown color: approx Salt Box. HEX triplet: 69, 53 and 62. RGB value is (105,83,98). Sum of RGB (Red+Green+Blue) = 105+83+98=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695362 is #96AC9D. Grayscale: #5B5B5B. Windows color (decimal): -9874590 or 6443881. OLE color: 6443881.

HSL color Cylindrical-coordinate representation of color #695362: hue angle of 319.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695362 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1058398-
CMYK00.210.070.59
HSL319.09º11.7%36.86%-
HSV(B)319.09º20.95%41.18%-
XYZ11.1210.0712.91-
YUV91.29131.79137.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=36.71%
G=29.02%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105839800.210.070.59319.0911.736.86
Hex69536201573B13fc25
Octal1511231420257734771445
Binary1101001101001111000100101011111110111001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695362; }

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

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

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

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

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

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

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

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