Html Css Color HEX #826655 Roman Coffee

📋 copy color: '#826655'

red 130 ◦ green 102 ◦ blue 85

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

Shades of Roman Coffee #826655

Tints of Roman Coffee #826655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 41.01%
G = 32.18%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#826655 (or 0x826655) is known color: Roman Coffee. HEX triplet: 82, 66 and 55. RGB value is (130,102,85). Sum of RGB (Red+Green+Blue) = 130+102+85=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #826655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826655 is #7D99AA. Grayscale: #6C6C6C. Windows color (decimal): -8231339 or 5596802. OLE color: 5596802.

HSL color Cylindrical-coordinate representation of color #826655: hue angle of 22.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #826655 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 85 -
CMYK 0 0.22 0.35 0.49
HSL 22.67º 0.21% 0.42% -
HSV(B) 22.67º 0.35% 0.51% -
XYZ 15.6 14.9 10.65 -
YUV 108.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 130 102 85 0 0.22 0.35 0.49 22.67 0.21 0.42
Hex 82 66 55 0 16 23 31 17 15 2A
Octal 202 146 125 0 26 43 61 27 25 52
Binary 10000010 1100110 1010101 0 10110 100011 110001 10111 10101 101010

Color Harmonies of #826655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826655

Black with #826655

Text Example


Text Example

White with #826655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826655; }

 p { color: rgb(130,102,85); }

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

background-color css

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

 a { background-color: rgb(130,102,85); }

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

border-color css

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

 span { border-color: rgb(130,102,85); }

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