Html Css Color HEX #71636E Salt Box

📋 copy color: '#71636E'

red 113 ◦ green 99 ◦ blue 110

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

Shades of Salt Box #71636E

Tints of Salt Box #71636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 35.09%
G = 30.75%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71636E (or 0x71636E) is known color: Salt Box. HEX triplet: 71, 63 and 6E. RGB value is (113,99,110). Sum of RGB (Red+Green+Blue) = 113+99+110=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #71636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71636E is #8E9C91. Grayscale: #686868. Windows color (decimal): -9346194 or 7234417. OLE color: 7234417.

HSL color Cylindrical-coordinate representation of color #71636E: hue angle of 312.86º 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 #71636E is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 110 -
CMYK 0 0.12 0.03 0.56
HSL 312.86º 0.07% 0.42% -
HSV(B) 312.86º 0.12% 0.44% -
XYZ 14.09 13.56 16.63 -
YUV 104.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 113 99 110 0 0.12 0.03 0.56 312.86 0.07 0.42
Hex 71 63 6E 0 C 3 38 139 7 2A
Octal 161 143 156 0 14 3 70 471 7 52
Binary 1110001 1100011 1101110 0 1100 11 111000 100111001 111 101010

Color Harmonies of #71636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71636E

Black with #71636E

Text Example


Text Example

White with #71636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71636E;
 }
 .AnyTagClassName
 {
   color: #71636E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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