#82695B

Color #82695B Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #82695B

Tints of Roman Coffee #82695B

Color information

#82695B (or 0x82695B) is unknown color: approx Roman Coffee. HEX triplet: 82, 69 and 5B. RGB value is (130,105,91). Sum of RGB (Red+Green+Blue) = 130+105+91=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695B is #7D96A4. Grayscale: #6E6E6E. Windows color (decimal): -8230565 or 5990786. OLE color: 5990786.

HSL color Cylindrical-coordinate representation of color #82695B: hue angle of 21.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82695B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13010591-
CMYK00.190.300.49
HSL21.54º17.65%43.33%-
HSV(B)21.54º30%50.98%-
XYZ16.1515.612.06-
YUV110.88116.78141.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=39.88%
G=32.21%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301059100.190.300.4921.5417.6543.33
Hex82695B0131E3116122b
Octal2021511330233661262253
Binary1000001011010011011011010011111101100011011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82695B; }

 p { color: rgb(130,105,91); }

 H1.HeaderClassName
 {
   color: #82695B;
 }
 .AnyTagClassName
 {
   color: #82695B;
 }
</style>
background-color css

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

 a { background-color: rgb(130,105,91); }

 div.DivClassName
 {
   background-color: #82695B;
 }
 .BgClassName
 {
   background-color: #82695B;
 }
</style>
border-color css

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

 span { border-color: rgb(130,105,91); }

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