#695367

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

Shades of Salt Box #695367

Tints of Salt Box #695367

Color information

#695367 (or 0x695367) is unknown color: approx Salt Box. HEX triplet: 69, 53 and 67. RGB value is (105,83,103). Sum of RGB (Red+Green+Blue) = 105+83+103=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #695367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695367 is #96AC98. Grayscale: #5B5B5B. Windows color (decimal): -9874585 or 6771561. OLE color: 6771561.

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

Color convert

RGB10583103-
CMYK00.210.020.59
HSL305.45º11.7%36.86%-
HSV(B)305.45º20.95%41.18%-
XYZ11.3710.1714.2-
YUV91.86134.29137.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=36.08%
G=28.52%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058310300.210.020.59305.4511.736.86
Hex69536701523B131c25
Octal1511231470252734611445
Binary110100110100111100111010101101110111001100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695367; }

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

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

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

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

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

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

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

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