Html Css Color HEX #82664E Roman Coffee

📋 copy color: '#82664E'

red 130 ◦ green 102 ◦ blue 78

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

Shades of Roman Coffee #82664E

Tints of Roman Coffee #82664E

RGB

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

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

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

R = 41.94%
G = 32.9%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82664E (or 0x82664E) is known color: Roman Coffee. HEX triplet: 82, 66 and 4E. RGB value is (130,102,78). Sum of RGB (Red+Green+Blue) = 130+102+78=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82664E is #7D99B1. Grayscale: #6B6B6B. Windows color (decimal): -8231346 or 5138050. OLE color: 5138050.

HSL color Cylindrical-coordinate representation of color #82664E: hue angle of 27.69º 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 #82664E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 78 -
CMYK 0 0.22 0.40 0.49
HSL 27.69º 0.25% 0.41% -
HSV(B) 27.69º 0.4% 0.51% -
XYZ 15.33 14.8 9.26 -
YUV 107.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 130 102 78 0 0.22 0.40 0.49 27.69 0.25 0.41
Hex 82 66 4E 0 16 28 31 1C 19 29
Octal 202 146 116 0 26 50 61 34 31 51
Binary 10000010 1100110 1001110 0 10110 101000 110001 11100 11001 101001

Color Harmonies of #82664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82664E

Black with #82664E

Text Example


Text Example

White with #82664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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