#838E67

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

Shades of Bitter #838E67

Tints of Bitter #838E67

Color information

#838E67 (or 0x838E67) is unknown color: approx Bitter. HEX triplet: 83, 8E and 67. RGB value is (131,142,103). Sum of RGB (Red+Green+Blue) = 131+142+103=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 142 - color contains mainly: green. Hex color #838E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E67 is #7C7198. Grayscale: #868686. Windows color (decimal): -8155545 or 6786691. OLE color: 6786691.

HSL color Cylindrical-coordinate representation of color #838E67: hue angle of 76.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #838E67 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB131142103-
CMYK0.0800.270.44
HSL76.92º15.92%48.04%-
HSV(B)76.92º27.46%55.69%-
XYZ21.4825.1516.55-
YUV134.26110.36125.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=34.84%
G=37.77%
B=27.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421030.0800.270.4476.9215.9248.04
Hex838E67801B2C4d1030
Octal20321614710033541152060
Binary100000111000111011001111000011011101100100110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838E67; }

 p { color: rgb(131,142,103); }

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

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

 a { background-color: rgb(131,142,103); }

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

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

 span { border-color: rgb(131,142,103); }

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