#71636C

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

Shades of Salt Box #71636C

Tints of Salt Box #71636C

Color information

#71636C (or 0x71636C) is unknown color: approx Salt Box. HEX triplet: 71, 63 and 6C. RGB value is (113,99,108). Sum of RGB (Red+Green+Blue) = 113+99+108=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71636C is #8E9C93. Grayscale: #686868. Windows color (decimal): -9346196 or 7103345. OLE color: 7103345.

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

Color convert

RGB11399108-
CMYK00.120.040.56
HSL321.43º6.6%41.57%-
HSV(B)321.43º12.39%44.31%-
XYZ13.9813.5216.06-
YUV104.21130.14134.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=35.31%
G=30.94%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139910800.120.040.56321.436.641.57
Hex71636C0C43814172a
Octal161143154014470501752
Binary11100011100011110110001100100111000101000001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71636C; }

 p { color: rgb(113,99,108); }

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

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

 a { background-color: rgb(113,99,108); }

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

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

 span { border-color: rgb(113,99,108); }

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