#838969

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

Shades of Bitter #838969

Tints of Bitter #838969

Color information

#838969 (or 0x838969) is unknown color: approx Bitter. HEX triplet: 83, 89 and 69. RGB value is (131,137,105). Sum of RGB (Red+Green+Blue) = 131+137+105=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #838969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838969 is #7C7696. Grayscale: #838383. Windows color (decimal): -8156823 or 6916483. OLE color: 6916483.

HSL color Cylindrical-coordinate representation of color #838969: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #838969 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB131137105-
CMYK0.0400.230.46
HSL71.25º13.22%47.45%-
HSV(B)71.25º23.36%53.73%-
XYZ20.8623.7416.85-
YUV131.56113.01127.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=35.12%
G=36.73%
B=28.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371050.0400.230.4671.2513.2247.45
Hex83896940172E47d2f
Octal2032111514027561071557
Binary1000001110001001110100110001011110111010001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838969; }

 p { color: rgb(131,137,105); }

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

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

 a { background-color: rgb(131,137,105); }

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

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

 span { border-color: rgb(131,137,105); }

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