Html Css Color HEX #826567 Empress

📋 copy color: '#826567'

red 130 ◦ green 101 ◦ blue 103

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

Shades of Empress #826567

Tints of Empress #826567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 38.92%
G = 30.24%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#826567 (or 0x826567) is known color: Empress. HEX triplet: 82, 65 and 67. RGB value is (130,101,103). Sum of RGB (Red+Green+Blue) = 130+101+103=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826567 is #7D9A98. Grayscale: #6D6D6D. Windows color (decimal): -8231577 or 6776194. OLE color: 6776194.

HSL color Cylindrical-coordinate representation of color #826567: hue angle of 355.86º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826567 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 103 -
CMYK 0 0.22 0.21 0.49
HSL 355.86º 0.13% 0.45% -
HSV(B) 355.86º 0.22% 0.51% -
XYZ 16.31 15.03 14.87 -
YUV 109.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 130 101 103 0 0.22 0.21 0.49 355.86 0.13 0.45
Hex 82 65 67 0 16 15 31 164 D 2D
Octal 202 145 147 0 26 25 61 544 15 55
Binary 10000010 1100101 1100111 0 10110 10101 110001 101100100 1101 101101

Color Harmonies of #826567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826567

Black with #826567

Text Example


Text Example

White with #826567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826567; }

 p { color: rgb(130,101,103); }

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

background-color css

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

 a { background-color: rgb(130,101,103); }

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

border-color css

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

 span { border-color: rgb(130,101,103); }

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