Html Css Color HEX #85694E Roman Coffee

📋 copy color: '#85694E'

red 133 ◦ green 105 ◦ blue 78

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

Shades of Roman Coffee #85694E

Tints of Roman Coffee #85694E

RGB

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

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

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

R = 42.09%
G = 33.23%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85694E (or 0x85694E) is known color: Roman Coffee. HEX triplet: 85, 69 and 4E. RGB value is (133,105,78). Sum of RGB (Red+Green+Blue) = 133+105+78=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #85694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85694E is #7A96B1. Grayscale: #6E6E6E. Windows color (decimal): -8033970 or 5138821. OLE color: 5138821.

HSL color Cylindrical-coordinate representation of color #85694E: hue angle of 29.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85694E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 78 -
CMYK 0 0.21 0.41 0.48
HSL 29.45º 0.26% 0.41% -
HSV(B) 29.45º 0.41% 0.52% -
XYZ 16.1 15.64 9.38 -
YUV 110.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 133 105 78 0 0.21 0.41 0.48 29.45 0.26 0.41
Hex 85 69 4E 0 15 29 30 1D 1A 29
Octal 205 151 116 0 25 51 60 35 32 51
Binary 10000101 1101001 1001110 0 10101 101001 110000 11101 11010 101001

Color Harmonies of #85694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85694E

Black with #85694E

Text Example


Text Example

White with #85694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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