Html Css Color HEX #866750 Roman Coffee

📋 copy color: '#866750'

red 134 ◦ green 103 ◦ blue 80

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

Shades of Roman Coffee #866750

Tints of Roman Coffee #866750

RGB

 RED value IS 134 (52.73% from 255) = 42.27%

 GREEN value IS 103 (40.63% from 255) = 32.49%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 42.27%
G = 32.49%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#866750 (or 0x866750) is known color: Roman Coffee. HEX triplet: 86, 67 and 50. RGB value is (134,103,80). Sum of RGB (Red+Green+Blue) = 134+103+80=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #866750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866750 is #7998AF. Grayscale: #6D6D6D. Windows color (decimal): -7968944 or 5269382. OLE color: 5269382.

HSL color Cylindrical-coordinate representation of color #866750: hue angle of 25.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #866750 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 103 80 -
CMYK 0 0.23 0.40 0.47
HSL 25.56º 0.25% 0.42% -
HSV(B) 25.56º 0.4% 0.53% -
XYZ 16.13 15.35 9.7 -
YUV 109.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 134 103 80 0 0.23 0.40 0.47 25.56 0.25 0.42
Hex 86 67 50 0 17 28 2F 1A 19 2A
Octal 206 147 120 0 27 50 57 32 31 52
Binary 10000110 1100111 1010000 0 10111 101000 101111 11010 11001 101010

Color Harmonies of #866750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866750

Black with #866750

Text Example


Text Example

White with #866750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866750; }

 p { color: rgb(134,103,80); }

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

background-color css

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

 a { background-color: rgb(134,103,80); }

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

border-color css

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

 span { border-color: rgb(134,103,80); }

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