Html Css Color HEX #715D6B Salt Box

📋 copy color: '#715D6B'

red 113 ◦ green 93 ◦ blue 107

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

Shades of Salt Box #715D6B

Tints of Salt Box #715D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 36.1%
G = 29.71%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#715D6B (or 0x715D6B) is known color: Salt Box. HEX triplet: 71, 5D and 6B. RGB value is (113,93,107). Sum of RGB (Red+Green+Blue) = 113+93+107=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #715D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D6B is #8EA294. Grayscale: #646464. Windows color (decimal): -9347733 or 7036273. OLE color: 7036273.

HSL color Cylindrical-coordinate representation of color #715D6B: hue angle of 318º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715D6B is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 93 107 -
CMYK 0 0.18 0.05 0.56
HSL 318º 0.1% 0.4% -
HSV(B) 318º 0.18% 0.44% -
XYZ 13.38 12.4 15.6 -
YUV 100.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 113 93 107 0 0.18 0.05 0.56 318 0.1 0.4
Hex 71 5D 6B 0 12 5 38 13E A 28
Octal 161 135 153 0 22 5 70 476 12 50
Binary 1110001 1011101 1101011 0 10010 101 111000 100111110 1010 101000

Color Harmonies of #715D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D6B

Black with #715D6B

Text Example


Text Example

White with #715D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715D6B; }

 p { color: rgb(113,93,107); }

 H1.HeaderClassName
 {
   color: #715D6B;
 }
 .AnyTagClassName
 {
   color: #715D6B;
 }
</style>

background-color css

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

 a { background-color: rgb(113,93,107); }

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

border-color css

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

 span { border-color: rgb(113,93,107); }

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