Html Css Color HEX #826F61 Donkey Brown

📋 copy color: '#826F61'

red 130 ◦ green 111 ◦ blue 97

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

Shades of Donkey Brown #826F61

Tints of Donkey Brown #826F61

RGB

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

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

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

R = 38.46%
G = 32.84%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826F61 (or 0x826F61) is known color: Donkey Brown. HEX triplet: 82, 6F and 61. RGB value is (130,111,97). Sum of RGB (Red+Green+Blue) = 130+111+97=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #826F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F61 is #7D909E. Grayscale: #737373. Windows color (decimal): -8229023 or 6385538. OLE color: 6385538.

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

Color convert

RGB 130 111 97 -
CMYK 0 0.15 0.25 0.49
HSL 25.45º 0.15% 0.45% -
HSV(B) 25.45º 0.25% 0.51% -
XYZ 17.05 16.98 13.69 -
YUV 115.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 130 111 97 0 0.15 0.25 0.49 25.45 0.15 0.45
Hex 82 6F 61 0 F 19 31 19 F 2D
Octal 202 157 141 0 17 31 61 31 17 55
Binary 10000010 1101111 1100001 0 1111 11001 110001 11001 1111 101101

Color Harmonies of #826F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F61

Black with #826F61

Text Example


Text Example

White with #826F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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