Html Css Color HEX #82695A Roman Coffee

📋 copy color: '#82695A'

red 130 ◦ green 105 ◦ blue 90

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

Shades of Roman Coffee #82695A

Tints of Roman Coffee #82695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 40%
G = 32.31%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82695A (or 0x82695A) is known color: Roman Coffee. HEX triplet: 82, 69 and 5A. RGB value is (130,105,90). Sum of RGB (Red+Green+Blue) = 130+105+90=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695A is #7D96A5. Grayscale: #6E6E6E. Windows color (decimal): -8230566 or 5925250. OLE color: 5925250.

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

Color convert

RGB 130 105 90 -
CMYK 0 0.19 0.31 0.49
HSL 22.5º 0.18% 0.43% -
HSV(B) 22.5º 0.31% 0.51% -
XYZ 16.1 15.59 11.83 -
YUV 110.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 130 105 90 0 0.19 0.31 0.49 22.5 0.18 0.43
Hex 82 69 5A 0 13 1F 31 16 12 2B
Octal 202 151 132 0 23 37 61 26 22 53
Binary 10000010 1101001 1011010 0 10011 11111 110001 10110 10010 101011

Color Harmonies of #82695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82695A

Black with #82695A

Text Example


Text Example

White with #82695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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