Html Css Color HEX #826A62 Russett

📋 copy color: '#826A62'

red 130 ◦ green 106 ◦ blue 98

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

Shades of Russett #826A62

Tints of Russett #826A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 38.92%
G = 31.74%
B = 29.34%

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

#826A62 (or 0x826A62) is known color: Russett. HEX triplet: 82, 6A and 62. RGB value is (130,106,98). Sum of RGB (Red+Green+Blue) = 130+106+98=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A62 is #7D959D. Grayscale: #707070. Windows color (decimal): -8230302 or 6449794. OLE color: 6449794.

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

Color convert

RGB 130 106 98 -
CMYK 0 0.18 0.25 0.49
HSL 15º 0.14% 0.45% -
HSV(B) 15º 0.25% 0.51% -
XYZ 16.56 15.94 13.76 -
YUV 112.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 130 106 98 0 0.18 0.25 0.49 15 0.14 0.45
Hex 82 6A 62 0 12 19 31 F E 2D
Octal 202 152 142 0 22 31 61 17 16 55
Binary 10000010 1101010 1100010 0 10010 11001 110001 1111 1110 101101

Color Harmonies of #826A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A62

Black with #826A62

Text Example


Text Example

White with #826A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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