#695263

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

Shades of Salt Box #695263

Tints of Salt Box #695263

Color information

#695263 (or 0x695263) is unknown color: approx Salt Box. HEX triplet: 69, 52 and 63. RGB value is (105,82,99). Sum of RGB (Red+Green+Blue) = 105+82+99=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695263 is #96AD9C. Grayscale: #5A5A5A. Windows color (decimal): -9874845 or 6509161. OLE color: 6509161.

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

Color convert

RGB1058299-
CMYK00.220.060.59
HSL315.65º12.3%36.67%-
HSV(B)315.65º21.9%41.18%-
XYZ11.19.9413.14-
YUV90.82132.62138.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=36.71%
G=28.67%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105829900.220.060.59315.6512.336.67
Hex69526301663B13cc25
Octal1511221430266734741445
Binary1101001101001011000110101101101110111001111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695263; }

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

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

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

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

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

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

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

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