Html Css Color HEX #71606D Salt Box

📋 copy color: '#71606D'

red 113 ◦ green 96 ◦ blue 109

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

Shades of Salt Box #71606D

Tints of Salt Box #71606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 35.53%
G = 30.19%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71606D (or 0x71606D) is known color: Salt Box. HEX triplet: 71, 60 and 6D. RGB value is (113,96,109). Sum of RGB (Red+Green+Blue) = 113+96+109=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #71606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71606D is #8E9F92. Grayscale: #666666. Windows color (decimal): -9346963 or 7168113. OLE color: 7168113.

HSL color Cylindrical-coordinate representation of color #71606D: hue angle of 314.12º 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 #71606D is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 109 -
CMYK 0 0.15 0.04 0.56
HSL 314.12º 0.08% 0.41% -
HSV(B) 314.12º 0.15% 0.44% -
XYZ 13.75 12.98 16.25 -
YUV 102.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 113 96 109 0 0.15 0.04 0.56 314.12 0.08 0.41
Hex 71 60 6D 0 F 4 38 13A 8 29
Octal 161 140 155 0 17 4 70 472 10 51
Binary 1110001 1100000 1101101 0 1111 100 111000 100111010 1000 101001

Color Harmonies of #71606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71606D

Black with #71606D

Text Example


Text Example

White with #71606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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