Html Css Color HEX #826E66 Russett

📋 copy color: '#826E66'

red 130 ◦ green 110 ◦ blue 102

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

Shades of Russett #826E66

Tints of Russett #826E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 38.01%
G = 32.16%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826E66 (or 0x826E66) is known color: Russett. HEX triplet: 82, 6E and 66. RGB value is (130,110,102). Sum of RGB (Red+Green+Blue) = 130+110+102=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #826E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E66 is #7D9199. Grayscale: #737373. Windows color (decimal): -8229274 or 6712962. OLE color: 6712962.

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

Color convert

RGB 130 110 102 -
CMYK 0 0.15 0.22 0.49
HSL 17.14º 0.12% 0.45% -
HSV(B) 17.14º 0.22% 0.51% -
XYZ 17.18 16.86 14.92 -
YUV 115.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 130 110 102 0 0.15 0.22 0.49 17.14 0.12 0.45
Hex 82 6E 66 0 F 16 31 11 C 2D
Octal 202 156 146 0 17 26 61 21 14 55
Binary 10000010 1101110 1100110 0 1111 10110 110001 10001 1100 101101

Color Harmonies of #826E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E66

Black with #826E66

Text Example


Text Example

White with #826E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,102); }

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

background-color css

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

 a { background-color: rgb(130,110,102); }

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

border-color css

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

 span { border-color: rgb(130,110,102); }

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