Html Css Color HEX #866950 Roman Coffee

📋 copy color: '#866950'

red 134 ◦ green 105 ◦ blue 80

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

Shades of Roman Coffee #866950

Tints of Roman Coffee #866950

RGB

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

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

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

R = 42.01%
G = 32.92%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#866950 (or 0x866950) is known color: Roman Coffee. HEX triplet: 86, 69 and 50. RGB value is (134,105,80). Sum of RGB (Red+Green+Blue) = 134+105+80=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #866950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866950 is #7996AF. Grayscale: #6E6E6E. Windows color (decimal): -7968432 or 5269894. OLE color: 5269894.

HSL color Cylindrical-coordinate representation of color #866950: hue angle of 27.78º 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 #866950 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 80 -
CMYK 0 0.22 0.40 0.47
HSL 27.78º 0.25% 0.42% -
HSV(B) 27.78º 0.4% 0.53% -
XYZ 16.33 15.75 9.77 -
YUV 110.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 134 105 80 0 0.22 0.40 0.47 27.78 0.25 0.42
Hex 86 69 50 0 16 28 2F 1C 19 2A
Octal 206 151 120 0 26 50 57 34 31 52
Binary 10000110 1101001 1010000 0 10110 101000 101111 11100 11001 101010

Color Harmonies of #866950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866950

Black with #866950

Text Example


Text Example

White with #866950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866950; }

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

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

background-color css

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

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

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

border-color css

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

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

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