#838674

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

Shades of Bitter #838674

Tints of Bitter #838674

Color information

#838674 (or 0x838674) is unknown color: approx Bitter. HEX triplet: 83, 86 and 74. RGB value is (131,134,116). Sum of RGB (Red+Green+Blue) = 131+134+116=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #838674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838674 is #7C798B. Grayscale: #838383. Windows color (decimal): -8157580 or 7636611. OLE color: 7636611.

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

Color convert

RGB131134116-
CMYK0.0200.130.47
HSL70º7.2%49.02%-
HSV(B)70º13.43%52.55%-
XYZ21.0423.1419.88-
YUV131.05119.51127.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=34.38%
G=35.17%
B=30.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341160.0200.130.47707.249.02
Hex83867420D2F46731
Octal203206164201557106761
Binary1000001110000110111010010011011011111000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838674; }

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

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

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

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

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

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

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

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