#838466

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

Shades of Bitter #838466

Tints of Bitter #838466

Color information

#838466 (or 0x838466) is unknown color: approx Bitter. HEX triplet: 83, 84 and 66. RGB value is (131,132,102). Sum of RGB (Red+Green+Blue) = 131+132+102=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #838466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838466 is #7C7B99. Grayscale: #808080. Windows color (decimal): -8158106 or 6718595. OLE color: 6718595.

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

Color convert

RGB131132102-
CMYK0.0100.230.48
HSL62º12.82%45.88%-
HSV(B)62º22.73%51.76%-
XYZ20.0122.2915.82-
YUV128.28113.17129.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=35.89%
G=36.16%
B=27.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321020.0100.230.486212.8245.88
Hex8384661017303ed2e
Octal203204146102760761556
Binary1000001110000100110011010101111100001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838466; }

 p { color: rgb(131,132,102); }

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

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

 a { background-color: rgb(131,132,102); }

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

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

 span { border-color: rgb(131,132,102); }

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