Html Css Color HEX #826A56 Roman Coffee

📋 copy color: '#826A56'

red 130 ◦ green 106 ◦ blue 86

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

Shades of Roman Coffee #826A56

Tints of Roman Coffee #826A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 40.37%
G = 32.92%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#826A56 (or 0x826A56) is known color: Roman Coffee. HEX triplet: 82, 6A and 56. RGB value is (130,106,86). Sum of RGB (Red+Green+Blue) = 130+106+86=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #826A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A56 is #7D95A9. Grayscale: #6F6F6F. Windows color (decimal): -8230314 or 5663362. OLE color: 5663362.

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

Color convert

RGB 130 106 86 -
CMYK 0 0.18 0.34 0.49
HSL 27.27º 0.2% 0.42% -
HSV(B) 27.27º 0.34% 0.51% -
XYZ 16.04 15.73 10.99 -
YUV 110.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 130 106 86 0 0.18 0.34 0.49 27.27 0.2 0.42
Hex 82 6A 56 0 12 22 31 1B 14 2A
Octal 202 152 126 0 22 42 61 33 24 52
Binary 10000010 1101010 1010110 0 10010 100010 110001 11011 10100 101010

Color Harmonies of #826A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A56

Black with #826A56

Text Example


Text Example

White with #826A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,86); }

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

background-color css

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

 a { background-color: rgb(130,106,86); }

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

border-color css

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

 span { border-color: rgb(130,106,86); }

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