Html Css Color HEX #826F68 Russett

📋 copy color: '#826F68'

red 130 ◦ green 111 ◦ blue 104

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

Shades of Russett #826F68

Tints of Russett #826F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 37.68%
G = 32.17%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#826F68 (or 0x826F68) is known color: Russett. HEX triplet: 82, 6F and 68. RGB value is (130,111,104). Sum of RGB (Red+Green+Blue) = 130+111+104=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F68 is #7D9097. Grayscale: #737373. Windows color (decimal): -8229016 or 6844290. OLE color: 6844290.

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

Color convert

RGB 130 111 104 -
CMYK 0 0.15 0.2 0.49
HSL 16.15º 0.11% 0.46% -
HSV(B) 16.15º 0.2% 0.51% -
XYZ 17.39 17.11 15.48 -
YUV 115.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 130 111 104 0 0.15 0.2 0.49 16.15 0.11 0.46
Hex 82 6F 68 0 F 14 31 10 B 2E
Octal 202 157 150 0 17 24 61 20 13 56
Binary 10000010 1101111 1101000 0 1111 10100 110001 10000 1011 101110

Color Harmonies of #826F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F68

Black with #826F68

Text Example


Text Example

White with #826F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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