Html Css Color HEX #826A61 Russett

📋 copy color: '#826A61'

red 130 ◦ green 106 ◦ blue 97

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

Shades of Russett #826A61

Tints of Russett #826A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

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

R = 39.04%
G = 31.83%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826A61 (or 0x826A61) is known color: Russett. HEX triplet: 82, 6A and 61. RGB value is (130,106,97). Sum of RGB (Red+Green+Blue) = 130+106+97=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A61 is #7D959E. Grayscale: #707070. Windows color (decimal): -8230303 or 6384258. OLE color: 6384258.

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

Color convert

RGB 130 106 97 -
CMYK 0 0.18 0.25 0.49
HSL 16.36º 0.15% 0.45% -
HSV(B) 16.36º 0.25% 0.51% -
XYZ 16.52 15.92 13.51 -
YUV 112.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 130 106 97 0 0.18 0.25 0.49 16.36 0.15 0.45
Hex 82 6A 61 0 12 19 31 10 F 2D
Octal 202 152 141 0 22 31 61 20 17 55
Binary 10000010 1101010 1100001 0 10010 11001 110001 10000 1111 101101

Color Harmonies of #826A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A61

Black with #826A61

Text Example


Text Example

White with #826A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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