#838665

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

Shades of Bitter #838665

Tints of Bitter #838665

Color information

#838665 (or 0x838665) is unknown color: approx Bitter. HEX triplet: 83, 86 and 65. RGB value is (131,134,101). Sum of RGB (Red+Green+Blue) = 131+134+101=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #838665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838665 is #7C799A. Grayscale: #818181. Windows color (decimal): -8157595 or 6653571. OLE color: 6653571.

HSL color Cylindrical-coordinate representation of color #838665: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838665 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB131134101-
CMYK0.0200.250.47
HSL65.45º14.04%46.08%-
HSV(B)65.45º24.63%52.55%-
XYZ20.2322.8215.65-
YUV129.34112.01129.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=35.79%
G=36.61%
B=27.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341010.0200.250.4765.4514.0446.08
Hex83866520192F41e2e
Octal2032061452031571011656
Binary100000111000011011001011001100110111110000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838665; }

 p { color: rgb(131,134,101); }

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

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

 a { background-color: rgb(131,134,101); }

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

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

 span { border-color: rgb(131,134,101); }

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