Html Css Color HEX #826F67 Russett

📋 copy color: '#826F67'

red 130 ◦ green 111 ◦ blue 103

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

Shades of Russett #826F67

Tints of Russett #826F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 37.79%
G = 32.27%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#826F67 (or 0x826F67) is known color: Russett. HEX triplet: 82, 6F and 67. RGB value is (130,111,103). Sum of RGB (Red+Green+Blue) = 130+111+103=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F67 is #7D9098. Grayscale: #737373. Windows color (decimal): -8229017 or 6778754. OLE color: 6778754.

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

Color convert

RGB 130 111 103 -
CMYK 0 0.15 0.21 0.49
HSL 17.78º 0.12% 0.46% -
HSV(B) 17.78º 0.21% 0.51% -
XYZ 17.34 17.09 15.22 -
YUV 115.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 130 111 103 0 0.15 0.21 0.49 17.78 0.12 0.46
Hex 82 6F 67 0 F 15 31 12 C 2E
Octal 202 157 147 0 17 25 61 22 14 56
Binary 10000010 1101111 1100111 0 1111 10101 110001 10010 1100 101110

Color Harmonies of #826F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F67

Black with #826F67

Text Example


Text Example

White with #826F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,111,103); }

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

background-color css

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

 a { background-color: rgb(130,111,103); }

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

border-color css

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

 span { border-color: rgb(130,111,103); }

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