Html Css Color HEX #82696C Empress

📋 copy color: '#82696C'

red 130 ◦ green 105 ◦ blue 108

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

Shades of Empress #82696C

Tints of Empress #82696C

RGB

 RED value IS 130 (51.17% from 255) = 37.9%

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

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

R = 37.9%
G = 30.61%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82696C (or 0x82696C) is known color: Empress. HEX triplet: 82, 69 and 6C. RGB value is (130,105,108). Sum of RGB (Red+Green+Blue) = 130+105+108=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82696C is #7D9693. Grayscale: #707070. Windows color (decimal): -8230548 or 7104898. OLE color: 7104898.

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

Color convert

RGB 130 105 108 -
CMYK 0 0.19 0.17 0.49
HSL 352.8º 0.11% 0.46% -
HSV(B) 352.8º 0.19% 0.51% -
XYZ 16.96 15.93 16.37 -
YUV 112.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 130 105 108 0 0.19 0.17 0.49 352.8 0.11 0.46
Hex 82 69 6C 0 13 11 31 161 B 2E
Octal 202 151 154 0 23 21 61 541 13 56
Binary 10000010 1101001 1101100 0 10011 10001 110001 101100001 1011 101110

Color Harmonies of #82696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82696C

Black with #82696C

Text Example


Text Example

White with #82696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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