Html Css Color HEX #86895A Bitter

📋 copy color: '#86895A'

red 134 ◦ green 137 ◦ blue 90

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

Shades of Bitter #86895A

Tints of Bitter #86895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 37.12%
G = 37.95%
B = 24.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#86895A (or 0x86895A) is known color: Bitter. HEX triplet: 86, 89 and 5A. RGB value is (134,137,90). Sum of RGB (Red+Green+Blue) = 134+137+90=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #86895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86895A is #7976A5. Grayscale: #828282. Windows color (decimal): -7960230 or 5933446. OLE color: 5933446.

HSL color Cylindrical-coordinate representation of color #86895A: hue angle of 63.83º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86895A is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 90 -
CMYK 0.02 0 0.34 0.46
HSL 63.83º 0.21% 0.45% -
HSV(B) 63.83º 0.34% 0.54% -
XYZ 20.62 23.7 13.16 -
YUV 130.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 134 137 90 0.02 0 0.34 0.46 63.83 0.21 0.45
Hex 86 89 5A 2 0 22 2E 40 15 2D
Octal 206 211 132 2 0 42 56 100 25 55
Binary 10000110 10001001 1011010 10 0 100010 101110 1000000 10101 101101

Color Harmonies of #86895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86895A

Black with #86895A

Text Example


Text Example

White with #86895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86895A; }

 p { color: rgb(134,137,90); }

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

background-color css

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

 a { background-color: rgb(134,137,90); }

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

border-color css

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

 span { border-color: rgb(134,137,90); }

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