Html Css Color HEX #86664F Roman Coffee

📋 copy color: '#86664F'

red 134 ◦ green 102 ◦ blue 79

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

Shades of Roman Coffee #86664F

Tints of Roman Coffee #86664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 42.54%
G = 32.38%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#86664F (or 0x86664F) is known color: Roman Coffee. HEX triplet: 86, 66 and 4F. RGB value is (134,102,79). Sum of RGB (Red+Green+Blue) = 134+102+79=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86664F is #7999B0. Grayscale: #6D6D6D. Windows color (decimal): -7969201 or 5203590. OLE color: 5203590.

HSL color Cylindrical-coordinate representation of color #86664F: hue angle of 25.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86664F is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 102 79 -
CMYK 0 0.24 0.41 0.47
HSL 25.09º 0.26% 0.42% -
HSV(B) 25.09º 0.41% 0.53% -
XYZ 15.99 15.14 9.48 -
YUV 108.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 134 102 79 0 0.24 0.41 0.47 25.09 0.26 0.42
Hex 86 66 4F 0 18 29 2F 19 1A 2A
Octal 206 146 117 0 30 51 57 31 32 52
Binary 10000110 1100110 1001111 0 11000 101001 101111 11001 11010 101010

Color Harmonies of #86664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86664F

Black with #86664F

Text Example


Text Example

White with #86664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86664F; }

 p { color: rgb(134,102,79); }

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

background-color css

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

 a { background-color: rgb(134,102,79); }

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

border-color css

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

 span { border-color: rgb(134,102,79); }

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