Html Css Color HEX #826961 Russett

📋 copy color: '#826961'

red 130 ◦ green 105 ◦ blue 97

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

Shades of Russett #826961

Tints of Russett #826961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 39.16%
G = 31.63%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826961 (or 0x826961) is known color: Russett. HEX triplet: 82, 69 and 61. RGB value is (130,105,97). Sum of RGB (Red+Green+Blue) = 130+105+97=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826961 is #7D969E. Grayscale: #6F6F6F. Windows color (decimal): -8230559 or 6384002. OLE color: 6384002.

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

Color convert

RGB 130 105 97 -
CMYK 0 0.19 0.25 0.49
HSL 14.55º 0.15% 0.45% -
HSV(B) 14.55º 0.25% 0.51% -
XYZ 16.42 15.71 13.48 -
YUV 111.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 130 105 97 0 0.19 0.25 0.49 14.55 0.15 0.45
Hex 82 69 61 0 13 19 31 F F 2D
Octal 202 151 141 0 23 31 61 17 17 55
Binary 10000010 1101001 1100001 0 10011 11001 110001 1111 1111 101101

Color Harmonies of #826961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826961

Black with #826961

Text Example


Text Example

White with #826961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826961; }

 p { color: rgb(130,105,97); }

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

background-color css

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

 a { background-color: rgb(130,105,97); }

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

border-color css

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

 span { border-color: rgb(130,105,97); }

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