Html Css Color HEX #83696C Empress

📋 copy color: '#83696C'

red 131 ◦ green 105 ◦ blue 108

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

Shades of Empress #83696C

Tints of Empress #83696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 38.08%
G = 30.52%
B = 31.4%

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

#83696C (or 0x83696C) is known color: Empress. HEX triplet: 83, 69 and 6C. RGB value is (131,105,108). Sum of RGB (Red+Green+Blue) = 131+105+108=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #83696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696C is #7C9693. Grayscale: #717171. Windows color (decimal): -8165012 or 7104899. OLE color: 7104899.

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

Color convert

RGB 131 105 108 -
CMYK 0 0.20 0.18 0.49
HSL 353.08º 0.11% 0.46% -
HSV(B) 353.08º 0.2% 0.51% -
XYZ 17.12 16.01 16.38 -
YUV 113.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 131 105 108 0 0.20 0.18 0.49 353.08 0.11 0.46
Hex 83 69 6C 0 14 12 31 161 B 2E
Octal 203 151 154 0 24 22 61 541 13 56
Binary 10000011 1101001 1101100 0 10100 10010 110001 101100001 1011 101110

Color Harmonies of #83696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83696C

Black with #83696C

Text Example


Text Example

White with #83696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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