Html Css Color HEX #826A5F Russett

📋 copy color: '#826A5F'

red 130 ◦ green 106 ◦ blue 95

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

Shades of Russett #826A5F

Tints of Russett #826A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 39.27%
G = 32.02%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#826A5F (or 0x826A5F) is known color: Russett. HEX triplet: 82, 6A and 5F. RGB value is (130,106,95). Sum of RGB (Red+Green+Blue) = 130+106+95=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5F is #7D95A0. Grayscale: #6F6F6F. Windows color (decimal): -8230305 or 6253186. OLE color: 6253186.

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

Color convert

RGB 130 106 95 -
CMYK 0 0.18 0.27 0.49
HSL 18.86º 0.16% 0.44% -
HSV(B) 18.86º 0.27% 0.51% -
XYZ 16.43 15.88 13.03 -
YUV 111.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 130 106 95 0 0.18 0.27 0.49 18.86 0.16 0.44
Hex 82 6A 5F 0 12 1B 31 13 10 2C
Octal 202 152 137 0 22 33 61 23 20 54
Binary 10000010 1101010 1011111 0 10010 11011 110001 10011 10000 101100

Color Harmonies of #826A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A5F

Black with #826A5F

Text Example


Text Example

White with #826A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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