Html Css Color HEX #82684E Roman Coffee

📋 copy color: '#82684E'

red 130 ◦ green 104 ◦ blue 78

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

Shades of Roman Coffee #82684E

Tints of Roman Coffee #82684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 78 (30.86% from 255) = 25%

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82684E (or 0x82684E) is known color: Roman Coffee. HEX triplet: 82, 68 and 4E. RGB value is (130,104,78). Sum of RGB (Red+Green+Blue) = 130+104+78=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82684E is #7D97B1. Grayscale: #6C6C6C. Windows color (decimal): -8230834 or 5138562. OLE color: 5138562.

HSL color Cylindrical-coordinate representation of color #82684E: hue angle of 30º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82684E is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 78 -
CMYK 0 0.2 0.40 0.49
HSL 30º 0.25% 0.41% -
HSV(B) 30º 0.4% 0.51% -
XYZ 15.53 15.2 9.32 -
YUV 108.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 130 104 78 0 0.2 0.40 0.49 30 0.25 0.41
Hex 82 68 4E 0 14 28 31 1E 19 29
Octal 202 150 116 0 24 50 61 36 31 51
Binary 10000010 1101000 1001110 0 10100 101000 110001 11110 11001 101001

Color Harmonies of #82684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82684E

Black with #82684E

Text Example


Text Example

White with #82684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82684E; }

 p { color: rgb(130,104,78); }

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

background-color css

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

 a { background-color: rgb(130,104,78); }

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

border-color css

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

 span { border-color: rgb(130,104,78); }

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