Html Css Color HEX #826A60 Russett

📋 copy color: '#826A60'

red 130 ◦ green 106 ◦ blue 96

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

Shades of Russett #826A60

Tints of Russett #826A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 39.16%
G = 31.93%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#826A60 (or 0x826A60) is known color: Russett. HEX triplet: 82, 6A and 60. RGB value is (130,106,96). Sum of RGB (Red+Green+Blue) = 130+106+96=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A60 is #7D959F. Grayscale: #707070. Windows color (decimal): -8230304 or 6318722. OLE color: 6318722.

HSL color Cylindrical-coordinate representation of color #826A60: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826A60 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 106 96 -
CMYK 0 0.18 0.26 0.49
HSL 17.65º 0.15% 0.44% -
HSV(B) 17.65º 0.26% 0.51% -
XYZ 16.47 15.9 13.27 -
YUV 112.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 130 106 96 0 0.18 0.26 0.49 17.65 0.15 0.44
Hex 82 6A 60 0 12 1A 31 12 F 2C
Octal 202 152 140 0 22 32 61 22 17 54
Binary 10000010 1101010 1100000 0 10010 11010 110001 10010 1111 101100

Color Harmonies of #826A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A60

Black with #826A60

Text Example


Text Example

White with #826A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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