Html Css Color HEX #71606F Salt Box

📋 copy color: '#71606F'

red 113 ◦ green 96 ◦ blue 111

#71606F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #71606F

Tints of Salt Box #71606F

RGB

 RED value IS 113 (44.53% from 255) = 35.31%

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 35.31%
G = 30%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71606F (or 0x71606F) is known color: Salt Box. HEX triplet: 71, 60 and 6F. RGB value is (113,96,111). Sum of RGB (Red+Green+Blue) = 113+96+111=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71606F is #8E9F90. Grayscale: #666666. Windows color (decimal): -9346961 or 7299185. OLE color: 7299185.

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

Color convert

RGB 113 96 111 -
CMYK 0 0.15 0.02 0.56
HSL 307.06º 0.08% 0.41% -
HSV(B) 307.06º 0.15% 0.44% -
XYZ 13.86 13.02 16.82 -
YUV 102.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 113 96 111 0 0.15 0.02 0.56 307.06 0.08 0.41
Hex 71 60 6F 0 F 2 38 133 8 29
Octal 161 140 157 0 17 2 70 463 10 51
Binary 1110001 1100000 1101111 0 1111 10 111000 100110011 1000 101001

Color Harmonies of #71606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71606F

Black with #71606F

Text Example


Text Example

White with #71606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71606F;
 }
 .AnyTagClassName
 {
   color: #71606F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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