Html Css Color HEX #715D6A Salt Box

📋 copy color: '#715D6A'

red 113 ◦ green 93 ◦ blue 106

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

Shades of Salt Box #715D6A

Tints of Salt Box #715D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 36.22%
G = 29.81%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#715D6A (or 0x715D6A) is known color: Salt Box. HEX triplet: 71, 5D and 6A. RGB value is (113,93,106). Sum of RGB (Red+Green+Blue) = 113+93+106=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #715D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D6A is #8EA295. Grayscale: #646464. Windows color (decimal): -9347734 or 6970737. OLE color: 6970737.

HSL color Cylindrical-coordinate representation of color #715D6A: hue angle of 321º 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 #715D6A is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 93 106 -
CMYK 0 0.18 0.06 0.56
HSL 321º 0.1% 0.4% -
HSV(B) 321º 0.18% 0.44% -
XYZ 13.33 12.38 15.32 -
YUV 100.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 113 93 106 0 0.18 0.06 0.56 321 0.1 0.4
Hex 71 5D 6A 0 12 6 38 141 A 28
Octal 161 135 152 0 22 6 70 501 12 50
Binary 1110001 1011101 1101010 0 10010 110 111000 101000001 1010 101000

Color Harmonies of #715D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D6A

Black with #715D6A

Text Example


Text Example

White with #715D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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