#71696F

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

Shades of Salt Box #71696F

Tints of Salt Box #71696F

Color information

#71696F (or 0x71696F) is unknown color: approx Salt Box. HEX triplet: 71, 69 and 6F. RGB value is (113,105,111). Sum of RGB (Red+Green+Blue) = 113+105+111=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #71696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696F is #8E9690. Grayscale: #6C6C6C. Windows color (decimal): -9344657 or 7301489. OLE color: 7301489.

HSL color Cylindrical-coordinate representation of color #71696F: hue angle of 315º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71696F is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB113105111-
CMYK00.070.020.56
HSL315º3.67%42.75%-
HSV(B)315º7.08%44.31%-
XYZ14.7314.7617.11-
YUV108.08129.65131.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=34.35%
G=31.91%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310511100.070.020.563153.6742.75
Hex71696F0723813b42b
Octal16115115707270473453
Binary111000111010011101111011110111000100111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71696F; }

 p { color: rgb(113,105,111); }

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

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

 a { background-color: rgb(113,105,111); }

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

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

 span { border-color: rgb(113,105,111); }

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