Html Css Color HEX #83696F Empress

📋 copy color: '#83696F'

red 131 ◦ green 105 ◦ blue 111

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

Shades of Empress #83696F

Tints of Empress #83696F

RGB

 RED value IS 131 (51.56% from 255) = 37.75%

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 37.75%
G = 30.26%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83696F (or 0x83696F) is known color: Empress. HEX triplet: 83, 69 and 6F. RGB value is (131,105,111). Sum of RGB (Red+Green+Blue) = 131+105+111=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #83696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696F is #7C9690. Grayscale: #717171. Windows color (decimal): -8165009 or 7301507. OLE color: 7301507.

HSL color Cylindrical-coordinate representation of color #83696F: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83696F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 105 111 -
CMYK 0 0.20 0.15 0.49
HSL 346.15º 0.11% 0.46% -
HSV(B) 346.15º 0.2% 0.51% -
XYZ 17.28 16.08 17.23 -
YUV 113.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 131 105 111 0 0.20 0.15 0.49 346.15 0.11 0.46
Hex 83 69 6F 0 14 F 31 15A B 2E
Octal 203 151 157 0 24 17 61 532 13 56
Binary 10000011 1101001 1101111 0 10100 1111 110001 101011010 1011 101110

Color Harmonies of #83696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83696F

Black with #83696F

Text Example


Text Example

White with #83696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,105,111); }

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

background-color css

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

 a { background-color: rgb(131,105,111); }

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

border-color css

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

 span { border-color: rgb(131,105,111); }

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