Html Css Color HEX #826861 Russett

📋 copy color: '#826861'

red 130 ◦ green 104 ◦ blue 97

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

Shades of Russett #826861

Tints of Russett #826861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.42%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 39.27%
G = 31.42%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826861 (or 0x826861) is known color: Russett. HEX triplet: 82, 68 and 61. RGB value is (130,104,97). Sum of RGB (Red+Green+Blue) = 130+104+97=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #826861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826861 is #7D979E. Grayscale: #6F6F6F. Windows color (decimal): -8230815 or 6383746. OLE color: 6383746.

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

Color convert

RGB 130 104 97 -
CMYK 0 0.2 0.25 0.49
HSL 12.73º 0.15% 0.45% -
HSV(B) 12.73º 0.25% 0.51% -
XYZ 16.31 15.51 13.44 -
YUV 110.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 130 104 97 0 0.2 0.25 0.49 12.73 0.15 0.45
Hex 82 68 61 0 14 19 31 D F 2D
Octal 202 150 141 0 24 31 61 15 17 55
Binary 10000010 1101000 1100001 0 10100 11001 110001 1101 1111 101101

Color Harmonies of #826861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826861

Black with #826861

Text Example


Text Example

White with #826861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826861; }

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

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

background-color css

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

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

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

border-color css

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

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

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