Html Css Color HEX #826B6C Empress

📋 copy color: '#826B6C'

red 130 ◦ green 107 ◦ blue 108

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

Shades of Empress #826B6C

Tints of Empress #826B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 37.68%
G = 31.01%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#826B6C (or 0x826B6C) is known color: Empress. HEX triplet: 82, 6B and 6C. RGB value is (130,107,108). Sum of RGB (Red+Green+Blue) = 130+107+108=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B6C is #7D9493. Grayscale: #727272. Windows color (decimal): -8230036 or 7105410. OLE color: 7105410.

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

Color convert

RGB 130 107 108 -
CMYK 0 0.18 0.17 0.49
HSL 357.39º 0.1% 0.46% -
HSV(B) 357.39º 0.18% 0.51% -
XYZ 17.17 16.34 16.44 -
YUV 113.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 130 107 108 0 0.18 0.17 0.49 357.39 0.1 0.46
Hex 82 6B 6C 0 12 11 31 165 A 2E
Octal 202 153 154 0 22 21 61 545 12 56
Binary 10000010 1101011 1101100 0 10010 10001 110001 101100101 1010 101110

Color Harmonies of #826B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B6C

Black with #826B6C

Text Example


Text Example

White with #826B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826B6C; }

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

 H1.HeaderClassName
 {
   color: #826B6C;
 }
 .AnyTagClassName
 {
   color: #826B6C;
 }
</style>

background-color css

<style>
 a { background-color: #826B6C; }

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

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

border-color css

<style>
 span { border-color: #826B6C; }

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

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