#86935C

Color #86935C Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #86935C

Tints of Bitter #86935C

Color information

#86935C (or 0x86935C) is unknown color: approx Bitter. HEX triplet: 86, 93 and 5C. RGB value is (134,147,92). Sum of RGB (Red+Green+Blue) = 134+147+92=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #86935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86935C is #796CA3. Grayscale: #898989. Windows color (decimal): -7957668 or 6067078. OLE color: 6067078.

HSL color Cylindrical-coordinate representation of color #86935C: hue angle of 74.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86935C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB13414792-
CMYK0.0900.370.42
HSL74.18º23.01%46.86%-
HSV(B)74.18º37.41%57.65%-
XYZ22.226.7114.11-
YUV136.84102.69125.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=35.92%
G=39.41%
B=24.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147920.0900.370.4274.1823.0146.86
Hex86935C90252A4a172f
Octal20622313411045521122757
Binary1000011010010011101110010010100101101010100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86935C; }

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

 H1.HeaderClassName
 {
   color: #86935C;
 }
 .AnyTagClassName
 {
   color: #86935C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #86935C;
 }
 .BgClassName
 {
   background-color: #86935C;
 }
</style>
border-color css

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

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

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