Html Css Color HEX #83696B Empress

📋 copy color: '#83696B'

red 131 ◦ green 105 ◦ blue 107

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

Shades of Empress #83696B

Tints of Empress #83696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 38.19%
G = 30.61%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83696B (or 0x83696B) is known color: Empress. HEX triplet: 83, 69 and 6B. RGB value is (131,105,107). Sum of RGB (Red+Green+Blue) = 131+105+107=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696B is #7C9694. Grayscale: #717171. Windows color (decimal): -8165013 or 7039363. OLE color: 7039363.

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

Color convert

RGB 131 105 107 -
CMYK 0 0.20 0.18 0.49
HSL 355.38º 0.11% 0.46% -
HSV(B) 355.38º 0.2% 0.51% -
XYZ 17.07 15.99 16.1 -
YUV 113 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 131 105 107 0 0.20 0.18 0.49 355.38 0.11 0.46
Hex 83 69 6B 0 14 12 31 163 B 2E
Octal 203 151 153 0 24 22 61 543 13 56
Binary 10000011 1101001 1101011 0 10100 10010 110001 101100011 1011 101110

Color Harmonies of #83696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83696B

Black with #83696B

Text Example


Text Example

White with #83696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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