Html Css Color HEX #85695A Roman Coffee

📋 copy color: '#85695A'

red 133 ◦ green 105 ◦ blue 90

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

Shades of Roman Coffee #85695A

Tints of Roman Coffee #85695A

RGB

 RED value IS 133 (52.34% from 255) = 40.55%

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

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

R = 40.55%
G = 32.01%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85695A (or 0x85695A) is known color: Roman Coffee. HEX triplet: 85, 69 and 5A. RGB value is (133,105,90). Sum of RGB (Red+Green+Blue) = 133+105+90=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85695A is #7A96A5. Grayscale: #6F6F6F. Windows color (decimal): -8033958 or 5925253. OLE color: 5925253.

HSL color Cylindrical-coordinate representation of color #85695A: hue angle of 20.93º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85695A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 90 -
CMYK 0 0.21 0.32 0.48
HSL 20.93º 0.19% 0.44% -
HSV(B) 20.93º 0.32% 0.52% -
XYZ 16.57 15.83 11.85 -
YUV 111.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 133 105 90 0 0.21 0.32 0.48 20.93 0.19 0.44
Hex 85 69 5A 0 15 20 30 15 13 2C
Octal 205 151 132 0 25 40 60 25 23 54
Binary 10000101 1101001 1011010 0 10101 100000 110000 10101 10011 101100

Color Harmonies of #85695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85695A

Black with #85695A

Text Example


Text Example

White with #85695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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