Html Css Color HEX #866B5C Roman Coffee

📋 copy color: '#866B5C'

red 134 ◦ green 107 ◦ blue 92

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

Shades of Roman Coffee #866B5C

Tints of Roman Coffee #866B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 40.24%
G = 32.13%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#866B5C (or 0x866B5C) is known color: Roman Coffee. HEX triplet: 86, 6B and 5C. RGB value is (134,107,92). Sum of RGB (Red+Green+Blue) = 134+107+92=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B5C is #7994A3. Grayscale: #717171. Windows color (decimal): -7967908 or 6056838. OLE color: 6056838.

HSL color Cylindrical-coordinate representation of color #866B5C: hue angle of 21.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866B5C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 92 -
CMYK 0 0.20 0.31 0.47
HSL 21.43º 0.19% 0.44% -
HSV(B) 21.43º 0.31% 0.53% -
XYZ 17.02 16.36 12.39 -
YUV 113.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 134 107 92 0 0.20 0.31 0.47 21.43 0.19 0.44
Hex 86 6B 5C 0 14 1F 2F 15 13 2C
Octal 206 153 134 0 24 37 57 25 23 54
Binary 10000110 1101011 1011100 0 10100 11111 101111 10101 10011 101100

Color Harmonies of #866B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B5C

Black with #866B5C

Text Example


Text Example

White with #866B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866B5C; }

 p { color: rgb(134,107,92); }

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

background-color css

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

 a { background-color: rgb(134,107,92); }

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

border-color css

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

 span { border-color: rgb(134,107,92); }

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