Html Css Color HEX #826B62 Russett

📋 copy color: '#826B62'

red 130 ◦ green 107 ◦ blue 98

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

Shades of Russett #826B62

Tints of Russett #826B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

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

R = 38.81%
G = 31.94%
B = 29.25%

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

#826B62 (or 0x826B62) is known color: Russett. HEX triplet: 82, 6B and 62. RGB value is (130,107,98). Sum of RGB (Red+Green+Blue) = 130+107+98=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #826B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B62 is #7D949D. Grayscale: #707070. Windows color (decimal): -8230046 or 6450050. OLE color: 6450050.

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

Color convert

RGB 130 107 98 -
CMYK 0 0.18 0.25 0.49
HSL 16.88º 0.14% 0.45% -
HSV(B) 16.88º 0.25% 0.51% -
XYZ 16.67 16.14 13.79 -
YUV 112.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 130 107 98 0 0.18 0.25 0.49 16.88 0.14 0.45
Hex 82 6B 62 0 12 19 31 11 E 2D
Octal 202 153 142 0 22 31 61 21 16 55
Binary 10000010 1101011 1100010 0 10010 11001 110001 10001 1110 101101

Color Harmonies of #826B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B62

Black with #826B62

Text Example


Text Example

White with #826B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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