Html Css Color HEX #826650 Roman Coffee

📋 copy color: '#826650'

red 130 ◦ green 102 ◦ blue 80

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

Shades of Roman Coffee #826650

Tints of Roman Coffee #826650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 41.67%
G = 32.69%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#826650 (or 0x826650) is known color: Roman Coffee. HEX triplet: 82, 66 and 50. RGB value is (130,102,80). Sum of RGB (Red+Green+Blue) = 130+102+80=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #826650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826650 is #7D99AF. Grayscale: #6B6B6B. Windows color (decimal): -8231344 or 5269122. OLE color: 5269122.

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

Color convert

RGB 130 102 80 -
CMYK 0 0.22 0.38 0.49
HSL 26.4º 0.24% 0.41% -
HSV(B) 26.4º 0.38% 0.51% -
XYZ 15.41 14.83 9.64 -
YUV 107.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 130 102 80 0 0.22 0.38 0.49 26.4 0.24 0.41
Hex 82 66 50 0 16 26 31 1A 18 29
Octal 202 146 120 0 26 46 61 32 30 51
Binary 10000010 1100110 1010000 0 10110 100110 110001 11010 11000 101001

Color Harmonies of #826650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826650

Black with #826650

Text Example


Text Example

White with #826650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826650; }

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

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

background-color css

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

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

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

border-color css

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

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

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