Html Css Color HEX #83696E Empress

📋 copy color: '#83696E'

red 131 ◦ green 105 ◦ blue 110

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

Shades of Empress #83696E

Tints of Empress #83696E

RGB

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

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

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

R = 37.86%
G = 30.35%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83696E (or 0x83696E) is known color: Empress. HEX triplet: 83, 69 and 6E. RGB value is (131,105,110). Sum of RGB (Red+Green+Blue) = 131+105+110=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #83696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696E is #7C9691. Grayscale: #717171. Windows color (decimal): -8165010 or 7235971. OLE color: 7235971.

HSL color Cylindrical-coordinate representation of color #83696E: hue angle of 348.46º 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 #83696E is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 105 110 -
CMYK 0 0.20 0.16 0.49
HSL 348.46º 0.11% 0.46% -
HSV(B) 348.46º 0.2% 0.51% -
XYZ 17.23 16.05 16.94 -
YUV 113.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 131 105 110 0 0.20 0.16 0.49 348.46 0.11 0.46
Hex 83 69 6E 0 14 10 31 15C B 2E
Octal 203 151 156 0 24 20 61 534 13 56
Binary 10000011 1101001 1101110 0 10100 10000 110001 101011100 1011 101110

Color Harmonies of #83696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83696E

Black with #83696E

Text Example


Text Example

White with #83696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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