Html Css Color HEX #83686D Empress

📋 copy color: '#83686D'

red 131 ◦ green 104 ◦ blue 109

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

Shades of Empress #83686D

Tints of Empress #83686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 38.08%
G = 30.23%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83686D (or 0x83686D) is known color: Empress. HEX triplet: 83, 68 and 6D. RGB value is (131,104,109). Sum of RGB (Red+Green+Blue) = 131+104+109=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #83686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83686D is #7C9792. Grayscale: #707070. Windows color (decimal): -8165267 or 7170179. OLE color: 7170179.

HSL color Cylindrical-coordinate representation of color #83686D: hue angle of 348.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83686D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 104 109 -
CMYK 0 0.21 0.17 0.49
HSL 348.89º 0.11% 0.46% -
HSV(B) 348.89º 0.21% 0.51% -
XYZ 17.07 15.83 16.62 -
YUV 112.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 131 104 109 0 0.21 0.17 0.49 348.89 0.11 0.46
Hex 83 68 6D 0 15 11 31 15D B 2E
Octal 203 150 155 0 25 21 61 535 13 56
Binary 10000011 1101000 1101101 0 10101 10001 110001 101011101 1011 101110

Color Harmonies of #83686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83686D

Black with #83686D

Text Example


Text Example

White with #83686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83686D; }

 p { color: rgb(131,104,109); }

 H1.HeaderClassName
 {
   color: #83686D;
 }
 .AnyTagClassName
 {
   color: #83686D;
 }
</style>

background-color css

<style>
 a { background-color: #83686D; }

 a { background-color: rgb(131,104,109); }

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

border-color css

<style>
 span { border-color: #83686D; }

 span { border-color: rgb(131,104,109); }

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