Html Css Color HEX #82664C Roman Coffee

📋 copy color: '#82664C'

red 130 ◦ green 102 ◦ blue 76

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

Shades of Roman Coffee #82664C

Tints of Roman Coffee #82664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 42.21%
G = 33.12%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82664C (or 0x82664C) is known color: Roman Coffee. HEX triplet: 82, 66 and 4C. RGB value is (130,102,76). Sum of RGB (Red+Green+Blue) = 130+102+76=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82664C is #7D99B3. Grayscale: #6B6B6B. Windows color (decimal): -8231348 or 5006978. OLE color: 5006978.

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

Color convert

RGB 130 102 76 -
CMYK 0 0.22 0.42 0.49
HSL 28.89º 0.26% 0.4% -
HSV(B) 28.89º 0.42% 0.51% -
XYZ 15.26 14.77 8.88 -
YUV 107.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 130 102 76 0 0.22 0.42 0.49 28.89 0.26 0.4
Hex 82 66 4C 0 16 2A 31 1D 1A 28
Octal 202 146 114 0 26 52 61 35 32 50
Binary 10000010 1100110 1001100 0 10110 101010 110001 11101 11010 101000

Color Harmonies of #82664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82664C

Black with #82664C

Text Example


Text Example

White with #82664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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