Html Css Color HEX #83676F Empress

📋 copy color: '#83676F'

red 131 ◦ green 103 ◦ blue 111

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

Shades of Empress #83676F

Tints of Empress #83676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 37.97%
G = 29.86%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83676F (or 0x83676F) is known color: Empress. HEX triplet: 83, 67 and 6F. RGB value is (131,103,111). Sum of RGB (Red+Green+Blue) = 131+103+111=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83676F is #7C9890. Grayscale: #707070. Windows color (decimal): -8165521 or 7300995. OLE color: 7300995.

HSL color Cylindrical-coordinate representation of color #83676F: hue angle of 342.86º degrees, saturation: 0.12, 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 #83676F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 111 -
CMYK 0 0.21 0.15 0.49
HSL 342.86º 0.12% 0.46% -
HSV(B) 342.86º 0.21% 0.51% -
XYZ 17.08 15.67 17.16 -
YUV 112.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 131 103 111 0 0.21 0.15 0.49 342.86 0.12 0.46
Hex 83 67 6F 0 15 F 31 157 C 2E
Octal 203 147 157 0 25 17 61 527 14 56
Binary 10000011 1100111 1101111 0 10101 1111 110001 101010111 1100 101110

Color Harmonies of #83676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83676F

Black with #83676F

Text Example


Text Example

White with #83676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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