Html Css Color HEX #826256 Russett

📋 copy color: '#826256'

red 130 ◦ green 98 ◦ blue 86

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

Shades of Russett #826256

Tints of Russett #826256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 41.4%
G = 31.21%
B = 27.39%

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

#826256 (or 0x826256) is known color: Russett. HEX triplet: 82, 62 and 56. RGB value is (130,98,86). Sum of RGB (Red+Green+Blue) = 130+98+86=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #826256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826256 is #7D9DA9. Grayscale: #6A6A6A. Windows color (decimal): -8232362 or 5661314. OLE color: 5661314.

HSL color Cylindrical-coordinate representation of color #826256: hue angle of 16.36º 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 #826256 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 86 -
CMYK 0 0.25 0.34 0.49
HSL 16.36º 0.2% 0.42% -
HSV(B) 16.36º 0.34% 0.51% -
XYZ 15.25 14.15 10.73 -
YUV 106.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 130 98 86 0 0.25 0.34 0.49 16.36 0.2 0.42
Hex 82 62 56 0 19 22 31 10 14 2A
Octal 202 142 126 0 31 42 61 20 24 52
Binary 10000010 1100010 1010110 0 11001 100010 110001 10000 10100 101010

Color Harmonies of #826256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826256

Black with #826256

Text Example


Text Example

White with #826256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826256; }

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

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

background-color css

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

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

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

border-color css

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

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

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