Html Css Color HEX #71636F Salt Box

📋 copy color: '#71636F'

red 113 ◦ green 99 ◦ blue 111

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

Shades of Salt Box #71636F

Tints of Salt Box #71636F

RGB

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

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

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

R = 34.98%
G = 30.65%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71636F (or 0x71636F) is known color: Salt Box. HEX triplet: 71, 63 and 6F. RGB value is (113,99,111). Sum of RGB (Red+Green+Blue) = 113+99+111=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #71636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71636F is #8E9C90. Grayscale: #686868. Windows color (decimal): -9346193 or 7299953. OLE color: 7299953.

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

Color convert

RGB 113 99 111 -
CMYK 0 0.12 0.02 0.56
HSL 308.57º 0.07% 0.42% -
HSV(B) 308.57º 0.12% 0.44% -
XYZ 14.14 13.58 16.92 -
YUV 104.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 113 99 111 0 0.12 0.02 0.56 308.57 0.07 0.42
Hex 71 63 6F 0 C 2 38 135 7 2A
Octal 161 143 157 0 14 2 70 465 7 52
Binary 1110001 1100011 1101111 0 1100 10 111000 100110101 111 101010

Color Harmonies of #71636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71636F

Black with #71636F

Text Example


Text Example

White with #71636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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