Html Css Color HEX #826156 Russett

📋 copy color: '#826156'

red 130 ◦ green 97 ◦ blue 86

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

Shades of Russett #826156

Tints of Russett #826156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 41.53%
G = 30.99%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#826156 (or 0x826156) is known color: Russett. HEX triplet: 82, 61 and 56. RGB value is (130,97,86). Sum of RGB (Red+Green+Blue) = 130+97+86=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #826156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826156 is #7D9EA9. Grayscale: #696969. Windows color (decimal): -8232618 or 5661058. OLE color: 5661058.

HSL color Cylindrical-coordinate representation of color #826156: hue angle of 15º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #826156 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 86 -
CMYK 0 0.25 0.34 0.49
HSL 15º 0.2% 0.42% -
HSV(B) 15º 0.34% 0.51% -
XYZ 15.16 13.97 10.7 -
YUV 105.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 130 97 86 0 0.25 0.34 0.49 15 0.2 0.42
Hex 82 61 56 0 19 22 31 F 14 2A
Octal 202 141 126 0 31 42 61 17 24 52
Binary 10000010 1100001 1010110 0 11001 100010 110001 1111 10100 101010

Color Harmonies of #826156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826156

Black with #826156

Text Example


Text Example

White with #826156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826156; }

 p { color: rgb(130,97,86); }

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

background-color css

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

 a { background-color: rgb(130,97,86); }

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

border-color css

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

 span { border-color: rgb(130,97,86); }

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