#838968

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

Shades of Bitter #838968

Tints of Bitter #838968

Color information

#838968 (or 0x838968) is unknown color: approx Bitter. HEX triplet: 83, 89 and 68. RGB value is (131,137,104). Sum of RGB (Red+Green+Blue) = 131+137+104=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #838968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838968 is #7C7697. Grayscale: #838383. Windows color (decimal): -8156824 or 6850947. OLE color: 6850947.

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

Color convert

RGB131137104-
CMYK0.0400.240.46
HSL70.91º13.69%47.25%-
HSV(B)70.91º24.09%53.73%-
XYZ20.823.7216.58-
YUV131.44112.51127.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=35.22%
G=36.83%
B=27.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371040.0400.240.4670.9113.6947.25
Hex83896840182E47e2f
Octal2032111504030561071657
Binary1000001110001001110100010001100010111010001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838968; }

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

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

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

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

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

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

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

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